mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-31 09:43:25 -05:00
fixed core dump issue.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1721 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5af018912b
commit
500b996ff5
@ -1136,6 +1136,7 @@ bool GPGAuthMgr::VerifySignature_locked(std::string id, void *data, int datalen,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
fprintf(stderr, "VerifySignature Failed to get Result\n");
|
fprintf(stderr, "VerifySignature Failed to get Result\n");
|
||||||
|
return false ;
|
||||||
}
|
}
|
||||||
|
|
||||||
gpgme_signature_t sg = res->signatures;
|
gpgme_signature_t sg = res->signatures;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user