mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
fixed missign return, probably causing crashes
This commit is contained in:
parent
48b2e05e9a
commit
70228ee405
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue