added missing return in error case handling

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1582 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-09-01 19:48:18 +00:00
parent acb1000ef2
commit 76fe07e428

View File

@ -1560,6 +1560,7 @@ bool GPGAuthMgr::LoadCertificateFromString(std::string str, std::string &id)
{
std::cerr << "GPGAuthMgr::Error Importing Certificate";
std::cerr << std::endl;
return false ;
}