mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed missign return, probably causing crashes
This commit is contained in:
parent
48b2e05e9a
commit
70228ee405
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user