diff options
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 5d6b0ad4..abe61067 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -170,7 +170,7 @@ struct quagga_signal_t ripd_signals[] = }, { .signal = SIGINT, - .handler = &sigusr1, + .handler = &sigint, }, }; |