From: Alexander Bainbridge-Sedivy Date: Fri, 26 Jun 2026 19:05:17 +0000 (-0400) Subject: lib/server/exec_legacy: fix radius_exec_program_legacy doc — request is non-NULL... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb48bcb6dc12ae058a81a23153f764c131a9bddc;p=thirdparty%2Ffreeradius-server.git lib/server/exec_legacy: fix radius_exec_program_legacy doc — request is non-NULL (nonnull(3)), not '(may be NULL)' --- diff --git a/src/lib/server/exec_legacy.c b/src/lib/server/exec_legacy.c index 8acb4815ed5..199fadf7bc4 100644 --- a/src/lib/server/exec_legacy.c +++ b/src/lib/server/exec_legacy.c @@ -459,7 +459,7 @@ int radius_readfrom_program_legacy(int fd, pid_t pid, fr_time_delta_t timeout, c * * @param[out] out buffer to append plaintext (non valuepair) output. * @param[in] outlen length of out buffer. - * @param[in] request Current request (may be NULL). + * @param[in] request Current request. Must not be NULL. * @param[in] cmd Command to execute. This is parsed into argv[] parts, then each individual argv * part is xlat'ed. * @param[in] input_pairs list of value pairs - these will be available in the environment of the