]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
tpo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Dec 2023 00:51:55 +0000 (19:51 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 Dec 2023 00:51:55 +0000 (19:51 -0500)
src/modules/rlm_exec/rlm_exec.c

index a2c11e5539eebabfb9f55fc72d8a94106dda2d16..c77fcf0559ade14121a456e14d89eb9530b70e54 100644 (file)
@@ -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;
        }