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:
csoler 2015-03-04 21:37:20 +00:00
parent eccb2db7c2
commit 10162590ae

View File

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