]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Ensure the request is used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 22 Mar 2021 12:57:13 +0000 (12:57 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:09:14 +0000 (16:09 +0100)
src/lib/unlang/interpret_synchronous.c

index 3b2509957b9498515144dba3ccf318f69a4ac5a2..9207d8f1b8014a221690305e2ec39bb6a5455249 100644 (file)
@@ -74,6 +74,8 @@ static void _request_external_done(request_t *request, UNUSED rlm_rcode_t rcode,
                      "Request %s bad log indentation - expected 0 got %u", request->name, request->log.unlang_indent);
        fr_assert_msg(!unlang_interpret_is_resumable(request),
                      "Request %s is marked as yielded at end of processing", request->name);
+
+       RDEBUG3("Synchronous done external request");
 }
 
 /** Request is now runnable