mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
fixed bug returning false while a string is expected
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5006 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a646f52671
commit
ea40749f6f
@ -2539,7 +2539,7 @@ std::string p3GroupDistrib::publishMsg(RsDistribMsg *msg, bool personalSign)
|
||||
<< "grpId " << grpId
|
||||
<< std::endl;
|
||||
#endif
|
||||
return false;
|
||||
return msgId;
|
||||
}
|
||||
|
||||
if(p3DistribSecurity::encrypt((void*&)out_data, (int&)out_size, (void*&)data, (int)size, privateKey)){
|
||||
|
Loading…
Reference in New Issue
Block a user