diff options
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index dc61d6f76..b3a2c7a77 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
@@ -68,7 +68,7 @@ static void sig_term_handler(int sig) | |||
68 | { | 68 | { |
69 | if (verbose) | 69 | if (verbose) |
70 | printf("%s: info: sigterm received, exit\n", applet_name); | 70 | printf("%s: info: sigterm received, exit\n", applet_name); |
71 | exit(0); | 71 | kill_myself_with_sig(sig); |
72 | } | 72 | } |
73 | 73 | ||
74 | /* Little bloated, but tries to give accurate info how child exited. | 74 | /* Little bloated, but tries to give accurate info how child exited. |