mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
removed debug code
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7586 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b3bedd592d
commit
c527fa9375
1 changed files with 2 additions and 4 deletions
|
@ -2918,12 +2918,10 @@ void RsGxsNetService::handleRecvPublishKeys(RsNxsGroupPublishKeyItem *item)
|
||||||
if((it->second.keyFlags & RSTLV_KEY_DISTRIB_PRIVATE) && (it->second.keyFlags & RSTLV_KEY_TYPE_FULL))
|
if((it->second.keyFlags & RSTLV_KEY_DISTRIB_PRIVATE) && (it->second.keyFlags & RSTLV_KEY_TYPE_FULL))
|
||||||
{
|
{
|
||||||
std::cerr << " (EE) Publish key already present in database. Discarding message." << std::endl;
|
std::cerr << " (EE) Publish key already present in database. Discarding message." << std::endl;
|
||||||
// return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Store/update the info.
|
// Store/update the info.
|
||||||
|
|
||||||
//std::cerr << " (WW) Skipping key update, until fully debugged." << std::endl;
|
|
||||||
|
|
||||||
it->second = item->key ;
|
it->second = item->key ;
|
||||||
bool ret = mDataStore->updateGroupKeys(item->grpId,grpMeta->keys, grpMeta->mSubscribeFlags | GXS_SERV::GROUP_SUBSCRIBE_PUBLISH) ;
|
bool ret = mDataStore->updateGroupKeys(item->grpId,grpMeta->keys, grpMeta->mSubscribeFlags | GXS_SERV::GROUP_SUBSCRIBE_PUBLISH) ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue