modified argument order

This commit is contained in:
elvis
2022-05-03 15:15:31 +02:00
parent dcc63094ef
commit 384071d4bf
4 changed files with 147 additions and 12 deletions

View File

@ -108,7 +108,7 @@ int main(int argc, char *argv[]) {
int request_pipe[2];
if (pipe(signal_pipe) == -1) {
perror("pipe");
goto _cleanup;
goto _cleanup_beforesigthread;
}
if (pipe(request_pipe) == -1) {
perror("pipe");