From: Alan T. DeKok Date: Thu, 19 Oct 2017 15:53:47 +0000 (-0400) Subject: one more assertion X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e628022a9f3ca17e025b76efab166a3ad2cbf95;p=thirdparty%2Ffreeradius-server.git one more assertion --- diff --git a/src/main/unlang_interpret.c b/src/main/unlang_interpret.c index 8eead805375..c03be221342 100644 --- a/src/main/unlang_interpret.c +++ b/src/main/unlang_interpret.c @@ -2021,6 +2021,7 @@ static rlm_rcode_t unlang_run(REQUEST *request) * @todo - save / restore this across frames? */ request->module = NULL; + rad_assert(request->runnable_id < 0); RDEBUG4("** [%i] %s - entered", stack->depth, __FUNCTION__);