mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
fix a code bug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2696 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0f5214ff76
commit
5974ac004e
1 changed files with 0 additions and 1 deletions
|
@ -1409,7 +1409,6 @@ int AuthGPG::privateSignCertificate(std::string id)
|
|||
return 0;
|
||||
}
|
||||
|
||||
delete &stack;
|
||||
if(GPG_ERR_NO_ERROR != (ERR = gpgme_op_edit(CTX, signKey, keySignCallback, ¶ms, out))) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue