more lock MonitorUser

This commit is contained in:
Michael Davidsaver
2015-12-08 17:25:39 -05:00
parent 14bcd4a4d1
commit 247caaf161

View File

@ -371,7 +371,7 @@ void statusServer(int lvl, const char *chanexpr)
size_t nempty, nfilled, nused, total;
bool isrunning;
{
Guard G(scp->cache.cacheLock);
Guard G(MU.queueLock);
nempty = MU.empty.size();
nfilled = MU.filled.size();