From: Arran Cudbard-Bell Date: Mon, 22 Mar 2021 12:57:13 +0000 (+0000) Subject: Ensure the request is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cdeb16a8556ec1a25482503bb39026774b3eb5;p=thirdparty%2Ffreeradius-server.git Ensure the request is used --- diff --git a/src/lib/unlang/interpret_synchronous.c b/src/lib/unlang/interpret_synchronous.c index 3b2509957b9..9207d8f1b80 100644 --- a/src/lib/unlang/interpret_synchronous.c +++ b/src/lib/unlang/interpret_synchronous.c @@ -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