Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Oct 5, 2023
1 parent df0c491 commit eb81454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indimail-mta-x/maildirserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ scanner()
strerr_die2x(111, FATAL, "client crashed");
if (wait_exitcode(wstat) == 100)
_exit(100); /*- client has produced error message */
_exit(30);
_exit(30); /* mysterious exit code by djb to make lesser mortals run in circles */
}


Expand Down

0 comments on commit eb81454

Please sign in to comment.