Skip to content

Commit

Permalink
fixed a minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Feb 6, 2021
1 parent 98a8fee commit 7ed9ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ void c_kill_all_jobs() {
error("Error in receiving PID kill_all");
kill(-pid, SIGTERM);
}
return;
default:
warning("Wrong internal message in kill_all");
}
Expand Down

0 comments on commit 7ed9ea8

Please sign in to comment.