added missing mutex

This commit is contained in:
csoler 2015-12-12 14:05:45 -05:00
parent 534be72360
commit ad1aafebf7

View File

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