mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
removed unnecessary string to string conversion
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7651 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9311dc5922
commit
ec2d6ed2c7
1 changed files with 20 additions and 20 deletions
|
@ -1859,7 +1859,7 @@ bool p3IdService::cache_load_ownids(uint32_t token)
|
|||
|
||||
if (item->meta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN)
|
||||
{
|
||||
mOwnIds.push_back(RsGxsId(item->meta.mGroupId.toStdString()));
|
||||
mOwnIds.push_back(RsGxsId(item->meta.mGroupId));
|
||||
}
|
||||
delete item ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue