mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added 2 missing return statements
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6172 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ae37065364
commit
1efaa6d5ab
@ -987,6 +987,8 @@ bool p3Posted::updateRequestGroups()
|
||||
mTokenService->requestGroupInfo(mUpdateRequestGroup, 0, opts);
|
||||
|
||||
mUpdatePhase = UPDATE_PHASE_MSG_REQUEST;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
bool p3Posted::updateRequestMessages()
|
||||
@ -1204,4 +1206,6 @@ bool p3Posted::updateComplete()
|
||||
mMsgCounts.clear();
|
||||
}
|
||||
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user