X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/blobdiff_plain/4371275b6337ea3ae513f1c19463f8b4745d89d8..27f4063e297cb1d559d0bbacded740801f9bfc00:/hmland.c diff --git a/hmland.c b/hmland.c index 04ee740..24fa34e 100644 --- a/hmland.c +++ b/hmland.c @@ -403,6 +403,7 @@ static int socket_server(int port, int daemon) if (sigaction(SIGPIPE, &sact, NULL) == -1) { perror("sigaction"); + exit(EXIT_FAILURE); } impersonate_hmlanif = 1;