From: Alan T. DeKok Date: Tue, 29 Aug 2017 12:14:09 +0000 (-0400) Subject: final travis issue X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568add8d7dad45f4ec4c23627f6302e1f581eb3e;p=thirdparty%2Ffreeradius-server.git final travis issue --- diff --git a/src/main/unlang_interpret.c b/src/main/unlang_interpret.c index 2007ed59e98..6cb7d72ac1a 100644 --- a/src/main/unlang_interpret.c +++ b/src/main/unlang_interpret.c @@ -2504,7 +2504,9 @@ void unlang_resumable(REQUEST *request) rad_assert(state->children[i].state == CHILD_YIELDED); state->children[i].state = CHILD_RUNNABLE; +#ifndef NDEBUG found = true; +#endif break; }