mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 21:04:32 -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
|
else
|
||||||
mDataAccess->addGroupData(grp);
|
mDataAccess->addGroupData(grp);
|
||||||
|
|
||||||
mNetService->subscribeStatusChanged(grpId,true) ;
|
if(mNetService!=NULL)
|
||||||
|
mNetService->subscribeStatusChanged(grpId,true) ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue