aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 17:30:59 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 17:44:39 +0200
commit8ae0080e21b10df5be3c61b986a460b4265be3b6 (patch)
treeeac328240b1fc304865089e89f341c9aabe1fcf9 /openbsc
parent546c296c4afe41181ba759ddf7505cc9d1aded9e (diff)
bsc_msc_ip.c: Register the SIGUSR2 handler... to really handle it.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_msc_ip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 38cc4926e..5976a0292 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -1050,6 +1050,7 @@ int main(int argc, char **argv)
signal(SIGINT, &signal_handler);
signal(SIGABRT, &signal_handler);
signal(SIGUSR1, &signal_handler);
+ signal(SIGUSR2, &signal_handler);
signal(SIGPIPE, SIG_IGN);
while (1) {