diff options
author | hasso <hasso> | 2004-03-17 21:39:18 +0100 |
---|---|---|
committer | hasso <hasso> | 2004-03-17 21:39:18 +0100 |
commit | 8c903fbb11e5eed5bcf08d26c2b984d07a82e109 (patch) | |
tree | f9dad8ba30472ad9d272fedded449398558a60f5 /ripd/rip_main.c | |
parent | 2004-03-16 David Young <dyoung@pobox.com> (diff) | |
download | frr-8c903fbb11e5eed5bcf08d26c2b984d07a82e109.tar.xz frr-8c903fbb11e5eed5bcf08d26c2b984d07a82e109.zip |
Fix bugzilla #82.
Diffstat (limited to 'ripd/rip_main.c')
-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 5d6b0ad42..abe610672 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, }, }; |