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 dc61d6f..b3a2c7a 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -68,7 +68,7 @@ static void sig_term_handler(int sig) { if (verbose) printf("%s: info: sigterm received, exit\n", applet_name); - exit(0); + kill_myself_with_sig(sig); } /* Little bloated, but tries to give accurate info how child exited. |