diff options
Diffstat (limited to 'svcscan.c')
-rw-r--r-- | svcscan.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -460,7 +460,9 @@ main(int argc, char **argv) perror("kevent()"); } } - if (revt[i].ident == SIGHUP || revt[i].ident == SIGINT || revt[i].ident == SIGTERM) { + if (revt[i].ident == SIGHUP || + revt[i].ident == SIGINT || + revt[i].ident == SIGTERM) { goto end; } } else if (revt[i].filter == EVFILT_TIMER && revt[i].ident == 1) { |