*Should fix Linux build, thanks Drahy

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-26 16:52:54 -07:00
parent 7396b641ae
commit c66005ea06
2 changed files with 5 additions and 7 deletions

View File

@@ -521,9 +521,9 @@ void Master::_OnSignal(int s)
break;
case SIGTERM:
#ifdef _WIN32
case SIGBREAK:
#endif
case SIGBREAK:
if (m_ServiceStatus != 1)
#endif
World::StopNow(SHUTDOWN_EXIT_CODE);
break;
}