modified argument order
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user