From: Alan T. DeKok Date: Tue, 5 Jan 2021 15:57:07 +0000 (-0500) Subject: "next" is no longer valid X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e44b2f54b129ef5124010a3dc4bf7d3f668230;p=thirdparty%2Ffreeradius-server.git "next" is no longer valid --- diff --git a/src/lib/server/cond_tokenize.c b/src/lib/server/cond_tokenize.c index 100601e3dac..9c79f6dcdc9 100644 --- a/src/lib/server/cond_tokenize.c +++ b/src/lib/server/cond_tokenize.c @@ -1086,6 +1086,7 @@ check_short_circuit: (next->next->type == COND_TYPE_FALSE)) { drop_next_child: TALLOC_FREE(c->next); + goto done; } /*