]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 23 Jan 2023 22:18:11 +0000 (17:18 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 23 Jan 2023 22:18:11 +0000 (17:18 -0500)
src/lib/unlang/interpret.c

index 4551008897967c784e4290bab69faa9590965ec4..02df98f314245d252631212d36318963ebc50cb9 100644 (file)
@@ -694,7 +694,7 @@ CC_HINT(hot) rlm_rcode_t unlang_interpret(request_t *request)
        intp->funcs.resume(request, intp->uctx);
 
        for (;;) {
-               fr_assert(request->master_state != REQUEST_STOP_PROCESSING)l
+               fr_assert(request->master_state != REQUEST_STOP_PROCESSING);
 
                RDEBUG4("** [%i] %s - frame action %s", stack->depth, __FUNCTION__,
                        fr_table_str_by_value(unlang_frame_action_table, fa, "<INVALID>"));