mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-13 01:44:29 -05:00
removed double definition of fingerprint
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2733 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
97359c93f9
commit
76144c89e8
@ -1210,7 +1210,7 @@ bool AuthGPG::LoadCertificateFromString(std::string str, std::string &gpg_id)
|
|||||||
if(res == NULL || res->imports == NULL)
|
if(res == NULL || res->imports == NULL)
|
||||||
return false ;
|
return false ;
|
||||||
|
|
||||||
std::string fingerprint = std::string(res->imports->fpr);
|
fingerprint = std::string(res->imports->fpr);
|
||||||
#ifdef GPG_DEBUG
|
#ifdef GPG_DEBUG
|
||||||
std::cerr << "AuthGPG::LoadCertificateFromString() Importing considered folowing fpr : " << fingerprint << std::endl;
|
std::cerr << "AuthGPG::LoadCertificateFromString() Importing considered folowing fpr : " << fingerprint << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user