mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-01 21:56:06 -04:00
added missing check for mNetService
This commit is contained in:
parent
dc9fadd7c9
commit
3664626704
1 changed files with 2 additions and 1 deletions
|
@ -2367,7 +2367,8 @@ void RsGenExchange::publishGrps()
|
|||
else
|
||||
mDataAccess->addGroupData(grp);
|
||||
|
||||
mNetService->subscribeStatusChanged(grpId,true) ;
|
||||
if(mNetService!=NULL)
|
||||
mNetService->subscribeStatusChanged(grpId,true) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue