Fixed error in debug build on win32.
This commit is contained in:
parent
fefe457517
commit
c148bc7c9c
|
@ -542,7 +542,6 @@ CArchDaemonWindows::doRunDaemon(RunFunc run)
|
|||
// should only be called from DaemonFunc
|
||||
assert(m_serviceMutex != NULL);
|
||||
assert(run != NULL);
|
||||
assert(stop != NULL);
|
||||
|
||||
ARCH->lockMutex(m_serviceMutex);
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue