]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove ref to radius_exec_program_legacy
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 30 Aug 2021 17:18:58 +0000 (12:18 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 30 Aug 2021 17:18:58 +0000 (12:18 -0500)
src/lib/server/trigger.c

index bc47fedb43950792741bbf075a80764f24fb0d82..06d26ca22f00ea2c99647954b7a6f57d3c986480 100644 (file)
@@ -365,7 +365,7 @@ int trigger_exec(unlang_interpret_t *intp, request_t *request,
        }
 
        /*
-        *      radius_exec_program_legacy always needs a request.
+        *      Allocate a request to run asynchronously in the interpreter.
         */
        child = request_alloc_internal(NULL, (&(request_init_args_t){ .parent = request, .detachable = true }));