aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_server_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo_server_main.c')
-rw-r--r--src/osmo_server_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo_server_main.c b/src/osmo_server_main.c
index 54a5f00..5c1ad58 100644
--- a/src/osmo_server_main.c
+++ b/src/osmo_server_main.c
@@ -171,7 +171,6 @@ int main(int argc, char **argv)
/* seed the PRNG */
srand(time(NULL));
-
signal(SIGINT, &signal_handler);
signal(SIGABRT, &signal_handler);
signal(SIGUSR1, &signal_handler);