mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-13 00:53:14 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -2539,7 +2539,7 @@ std::string p3GroupDistrib::publishMsg(RsDistribMsg *msg, bool personalSign)
|
||||||
<< "grpId " << grpId
|
<< "grpId " << grpId
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
#endif
|
#endif
|
||||||
return false;
|
return msgId;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(p3DistribSecurity::encrypt((void*&)out_data, (int&)out_size, (void*&)data, (int)size, privateKey)){
|
if(p3DistribSecurity::encrypt((void*&)out_data, (int&)out_size, (void*&)data, (int)size, privateKey)){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue