mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05:00
fixed mistake in distant chat (== instead of =)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7980 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eccb2db7c2
commit
10162590ae
@ -594,7 +594,7 @@ void DistantChatService::handleRecvDHPublicKey(RsChatDHPublicKeyItem *item)
|
||||
std::cerr << " (EE) DH computation failed. Probably a bug. Error code=" << ERR_get_error() << std::endl;
|
||||
return ;
|
||||
}
|
||||
it->second.status == RS_DISTANT_CHAT_DH_STATUS_KEY_AVAILABLE ;
|
||||
it->second.status = RS_DISTANT_CHAT_DH_STATUS_KEY_AVAILABLE ;
|
||||
|
||||
#ifdef DEBUG_DISTANT_CHAT
|
||||
std::cerr << " DH key computation successed. New key in place." << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user