Skip to content

Commit

Permalink
fixup! mxqkill: Use cancel_group
Browse files Browse the repository at this point in the history
With the new logic, the normal program flow runs until the end of
main(). Unfortunately, there is a `return(1);` at the end. Remove that.
  • Loading branch information
donald committed Aug 27, 2024
1 parent 41ef7fd commit a4b1099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mxqkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,5 +461,4 @@ int main(int argc, char *argv[])

mx_mysql_finish(&mysql);
mx_log_info("MySQL: Connection to database closed.");
return 1;
}

0 comments on commit a4b1099

Please sign in to comment.