diff options
Diffstat (limited to 'src/vat/main.c')
-rw-r--r-- | src/vat/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vat/main.c b/src/vat/main.c index d052493495d..1640c5ded6a 100644 --- a/src/vat/main.c +++ b/src/vat/main.c @@ -267,6 +267,7 @@ setup_signal_handlers (void) /* these signals take the default action */ case SIGABRT: case SIGKILL: + case SIGCONT: case SIGSTOP: case SIGUSR1: case SIGUSR2: |