]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
"next" is no longer valid
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Jan 2021 15:57:07 +0000 (10:57 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 Jan 2021 15:58:09 +0000 (10:58 -0500)
src/lib/server/cond_tokenize.c

index 100601e3dac99cd2e6abadd7e77ee8a7a7185542..9c79f6dcdc9fd31f7aa567f3af2f8fc1860c4b6a 100644 (file)
@@ -1086,6 +1086,7 @@ check_short_circuit:
             (next->next->type == COND_TYPE_FALSE)) {
        drop_next_child:
                TALLOC_FREE(c->next);
+               goto done;
        }
 
        /*