Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Oct 18, 2024
1 parent 683ef16 commit 8f1fbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ main() {
while((pid=find_pid("ftpsrv.elf")) > 0) {
if(kill(pid, SIGKILL)) {
FTP_LOG_PERROR("kill");
exit(EXIT_FAILURE);
return EXIT_FAILURE;
}
sleep(1);
}
Expand Down

0 comments on commit 8f1fbb1

Please sign in to comment.