aboutsummaryrefslogtreecommitdiff
path: root/networking/nc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/nc.c')
-rw-r--r--networking/nc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/nc.c b/networking/nc.c
index 1a99f91cc..fe845f582 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -131,7 +131,8 @@ int nc_main(int argc, char **argv)
131 131
132 if (wsecs) { 132 if (wsecs) {
133 alarm(0); 133 alarm(0);
134 signal(SIGALRM, SIG_DFL); 134 /* Non-ignored siganls revert to SIG_DFL on exec anyway */
135 /*signal(SIGALRM, SIG_DFL);*/
135 } 136 }
136 137
137 /* -e given? */ 138 /* -e given? */