]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
one more assertion
authorAlan T. DeKok <aland@freeradius.org>
Thu, 19 Oct 2017 15:53:47 +0000 (11:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 19 Oct 2017 15:53:47 +0000 (11:53 -0400)
src/main/unlang_interpret.c

index 8eead80537514531afd64b9765654159afb77d56..c03be2213429a1a0c07caef9b7cd3a86f264ebb1 100644 (file)
@@ -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__);