]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
final travis issue
authorAlan T. DeKok <aland@freeradius.org>
Tue, 29 Aug 2017 12:14:09 +0000 (08:14 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 29 Aug 2017 12:14:09 +0000 (08:14 -0400)
src/main/unlang_interpret.c

index 2007ed59e9831f573badac9f9f0619dfc6ea63be..6cb7d72ac1ac884019fbb698c17a0302f8a1526a 100644 (file)
@@ -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;
                }