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:
csoler 2013-12-07 13:46:00 +00:00
parent 214375ede1
commit 68138fc1c8
2 changed files with 14 additions and 1 deletions

View file

@ -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;