mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 01:16:20 -05:00
added missing mutex
This commit is contained in:
parent
534be72360
commit
ad1aafebf7
@ -1403,6 +1403,7 @@ static std::string nice_time_stamp(time_t now,time_t TS)
|
||||
|
||||
void RsGxsNetService::debugDump()
|
||||
{
|
||||
RS_STACK_MUTEX(mNxsMutex) ;
|
||||
time_t now = time(NULL) ;
|
||||
|
||||
GXSNETDEBUG___<< "RsGxsNetService::debugDump():" << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user