aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-08 23:23:54 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-08 23:23:54 +0100
commit18598ff66d473e6a8912dd045a0c67ca79e7bce5 (patch)
treed9ea19a397aad31c6ec175f9029e522aa4ff014c /openbsc/src/nat/bsc_nat.c
parent8882c9e3a811ab0c4e610ac8b142587913504f6d (diff)
[nat] Use default handler for SIGINT to quit the app
Diffstat (limited to 'openbsc/src/nat/bsc_nat.c')
-rw-r--r--openbsc/src/nat/bsc_nat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c
index 7d618848a..016e06eeb 100644
--- a/openbsc/src/nat/bsc_nat.c
+++ b/openbsc/src/nat/bsc_nat.c
@@ -681,7 +681,6 @@ int main(int argc, char** argv)
exit(1);
}
- signal(SIGINT, &signal_handler);
signal(SIGABRT, &signal_handler);
signal(SIGUSR1, &signal_handler);
signal(SIGPIPE, SIG_IGN);