*Missed condition, thanks Zor :)

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-26 13:00:40 -07:00
parent 9dfaa02895
commit ff3f556423

View File

@@ -339,7 +339,8 @@ void OnSignal(int s)
break;
#ifdef _WIN32
case SIGBREAK:
stopEvent = true;
if (m_ServiceStatus != 1)
stopEvent = true;
break;
#endif
}