summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorhasso <hasso>2004-03-17 20:39:18 +0000
committerhasso <hasso>2004-03-17 20:39:18 +0000
commit8c903fbb11e5eed5bcf08d26c2b984d07a82e109 (patch)
treef9dad8ba30472ad9d272fedded449398558a60f5 /ripd
parent5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4 (diff)
downloadquagga-8c903fbb11e5eed5bcf08d26c2b984d07a82e109.tar.bz2
quagga-8c903fbb11e5eed5bcf08d26c2b984d07a82e109.tar.xz
Fix bugzilla #82.
Diffstat (limited to 'ripd')
-rw-r--r--ripd/rip_main.c2
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,
},
};