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:
csoler 2013-03-01 19:01:11 +00:00
parent ae37065364
commit 1efaa6d5ab

View File

@ -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 ;
}