mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
fixed import of retroshare identities that have multiple signatures from the same key ID. Fixed bug reported by claude37
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6927 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
214375ede1
commit
68138fc1c8
2 changed files with 14 additions and 1 deletions
|
@ -42,6 +42,8 @@ int main(int argc,char *argv[])
|
|||
|
||||
bool res = handler.importGPGKeyPair(idfile,imported_key_id,import_error_string) ;
|
||||
|
||||
handler.syncDatabase() ;
|
||||
|
||||
if(!res)
|
||||
std::cerr << "Identity Import error: " << import_error_string << std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue