mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue