mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-22 13:24:26 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue