summaryrefslogtreecommitdiffstats
path: root/zebra/main.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-03-17 20:39:18 +0000
committerhasso <hasso>2004-03-17 20:39:18 +0000
commit0594ac39c7fad06a49a8b78c18c064358c549e49 (patch)
tree674a131d704bf7d783f5c0d8d7c1a68422670eae /zebra/main.c
parentc462e33f3c18431b65984801255d529ccdf5f3e2 (diff)
downloadquagga-0594ac39c7fad06a49a8b78c18c064358c549e49.tar.bz2
quagga-0594ac39c7fad06a49a8b78c18c064358c549e49.tar.xz
Fix bugzilla #82.
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 07467bea..9966c172 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -174,7 +174,7 @@ struct quagga_signal_t zebra_signals[] =
},
{
.signal = SIGINT,
- .handler = &sigusr1,
+ .handler = &sigint,
},
};