mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 16:05:48 -04:00
fixed compilation with debug flag enabled in chat lobbies
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8189 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4c5d8c2ede
commit
0e1b161537
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ bool DistributedChatService::locked_initLobbyBouncableObject(const ChatLobbyId&
|
||||||
std::cerr << " signature done." << std::endl;
|
std::cerr << " signature done." << std::endl;
|
||||||
|
|
||||||
// check signature
|
// check signature
|
||||||
if(!mGixs->validateSignature((const char *)memory,item.signed_serial_size(),lobby.gxs_id,item.signature,true,error_status))
|
if(!mGixs->validateData(memory,item.signed_serial_size(),item.signature,true,error_status))
|
||||||
{
|
{
|
||||||
std::cerr << "(EE) Cannot check message item. " << std::endl;
|
std::cerr << "(EE) Cannot check message item. " << std::endl;
|
||||||
return false ;
|
return false ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue