]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove untrue comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 28 Aug 2021 16:45:24 +0000 (11:45 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 28 Aug 2021 16:45:24 +0000 (11:45 -0500)
src/lib/server/exec.c

index 5e3a312775bcbcf99825a1ade5ea67879d01e35d..dbeefc3680d91c604ba493f03a57803c59c9dbf3 100644 (file)
@@ -938,10 +938,6 @@ static void exec_waitpid(fr_event_list_t *el, UNUSED pid_t pid, int status, void
         *      Reap the process.  This is needed so the processes
         *      don't stick around indefinitely.  libkqueue/kqueue
         *      does not do this for us!
-        *
-        *      We do _not_ pass WNOHANG, if we hang here something
-        *      is very wrong as we were notified that the process
-        *      was done.
         */
        ret = waitpid(exec->pid, &wait_status, WNOHANG);
        if (ret < 0) {