From: Alan T. DeKok Date: Tue, 5 Dec 2023 00:51:55 +0000 (-0500) Subject: tpo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d0e5f502179b5a70183ad95488cd6aec65a66e;p=thirdparty%2Ffreeradius-server.git tpo --- diff --git a/src/modules/rlm_exec/rlm_exec.c b/src/modules/rlm_exec/rlm_exec.c index a2c11e5539e..c77fcf0559a 100644 --- a/src/modules/rlm_exec/rlm_exec.c +++ b/src/modules/rlm_exec/rlm_exec.c @@ -221,7 +221,7 @@ static rlm_rcode_t rlm_exec_status2rcode(request_t *request, fr_value_box_t *box rcode = status2rcode[status]; if (rcode == RLM_MODULE_FAIL) { - if (box) RDEBUG(request, "Program failed with output: %pV", box); + if (box) RDEBUG("Program failed with output: %pV", box); return RLM_MODULE_FAIL; }