diff options
Diffstat (limited to 'sysdep/unix')
-rw-r--r-- | sysdep/unix/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index ce3768c..b57e94e 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -82,10 +82,10 @@ main(void) signal_init(); - protos_start(); - scan_if_init(); + protos_start(); + handle_sigusr(0); debug("Entering I/O loop.\n"); |