fixed missign return, probably causing crashes

This commit is contained in:
csoler 2016-08-04 11:02:12 +02:00
parent 48b2e05e9a
commit 70228ee405

View File

@ -4904,7 +4904,7 @@ bool RsGxsNetService::stampMsgServerUpdateTS(const RsGxsGroupId& gid)
{
RS_STACK_MUTEX(mNxsMutex) ;
locked_stampMsgServerUpdateTS(gid) ;
return locked_stampMsgServerUpdateTS(gid) ;
}
bool RsGxsNetService::locked_stampMsgServerUpdateTS(const RsGxsGroupId& gid)