1
0
Fork 0

Fix for bug 62, clean exit of terrasync on SIGTERM

This commit is contained in:
James Turner 2010-11-26 02:10:41 +00:00
parent ce8ca7853c
commit 793fee679e

View file

@ -279,7 +279,7 @@ int termination_triggering_signals[] = {
#if defined(_MSC_VER) || defined(__MINGW32__)
SIGINT, SIGILL, SIGFPE, SIGSEGV, SIGTERM, SIGBREAK, SIGABRT,
#else
SIGHUP, SIGINT, SIGQUIT, SIGKILL,
SIGHUP, SIGINT, SIGQUIT, SIGKILL, SIGTERM,
#endif
0}; // zero terminated