From: Arran Cudbard-Bell Date: Sat, 28 Aug 2021 16:45:24 +0000 (-0500) Subject: Remove untrue comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b00045191bcbd17fedab705ae06418d3fd0723e;p=thirdparty%2Ffreeradius-server.git Remove untrue comment --- diff --git a/src/lib/server/exec.c b/src/lib/server/exec.c index 5e3a312775b..dbeefc3680d 100644 --- a/src/lib/server/exec.c +++ b/src/lib/server/exec.c @@ -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) {