aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/daemon_aux.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon_aux.c')
-rw-r--r--daemon/daemon_aux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon_aux.c b/daemon/daemon_aux.c
index cce2372..86e57ee 100644
--- a/daemon/daemon_aux.c
+++ b/daemon/daemon_aux.c
@@ -49,6 +49,7 @@ int mutator_server(FILE* log_file)
if (socket_desc < 0)
{
fprintf(log_file, "%s", "could not create socket.\n");
+ exit(EXIT_FAILURE);
}
fprintf (log_file, "%s", "socket created.\n");