Fix for bug 62, clean exit of terrasync on SIGTERM
This commit is contained in:
parent
ce8ca7853c
commit
793fee679e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue