Removed dangerous exits

This commit is contained in:
Nate Choe
2022-02-27 22:56:44 -06:00
parent 9b5985940c
commit e60747a9f8
2 changed files with 11 additions and 8 deletions

View File

@@ -138,7 +138,6 @@ NULL
}
}
if (sitefile == NULL) {
fprintf(stderr, "No sitefile configured\n");
exit(EXIT_FAILURE);
@@ -230,7 +229,7 @@ NULL
lowestThread = i;
if (write(notify[lowestThread][1], &stream, sizeof(&stream))
< sizeof(&stream))
exit(EXIT_FAILURE);
continue;
}
}