mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
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:
parent
acb1000ef2
commit
76fe07e428
1 changed files with 1 additions and 0 deletions
|
@ -1560,6 +1560,7 @@ bool GPGAuthMgr::LoadCertificateFromString(std::string str, std::string &id)
|
||||||
{
|
{
|
||||||
std::cerr << "GPGAuthMgr::Error Importing Certificate";
|
std::cerr << "GPGAuthMgr::Error Importing Certificate";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
|
return false ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue