code cleaning

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2006 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-13 21:03:36 +00:00
parent d2a1084c27
commit 6055c30832
3 changed files with 1 additions and 57 deletions

View file

@ -735,7 +735,6 @@ static bool checkAccount(std::string accountdir, accountId &id)
LoadCheckX509andGetName(cert_name.c_str(), id.sslName, id.sslId);
std::cerr << "sslName: " << id.sslName << " id: " << id.sslId << std::endl;
#ifndef PQI_USE_SSLONLY
std::string tmpid;
if (LoadCheckX509andGetIssuerName(cert_name.c_str(), id.pgpId, tmpid))
{
@ -751,7 +750,6 @@ static bool checkAccount(std::string accountdir, accountId &id)
ret = false;
}
#endif
return ret;
}