From: Alan T. DeKok Date: Tue, 30 Jan 2024 13:47:30 +0000 (-0500) Subject: remove extraneous assert X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73b2f0023481ddea511411359713a6f2ebc6c4f;p=thirdparty%2Ffreeradius-server.git remove extraneous assert --- diff --git a/src/lib/util/dict_tokenize.c b/src/lib/util/dict_tokenize.c index c14609b7a8a..fa1040e0dbe 100644 --- a/src/lib/util/dict_tokenize.c +++ b/src/lib/util/dict_tokenize.c @@ -711,7 +711,6 @@ static int dict_read_process_alias(dict_tokenize_ctx_t *ctx, char **argv, int ar da = dict_attr_by_name(NULL, parent, argv[0]); if (da) { - fr_assert(0); fr_strerror_printf("ALIAS '%s' conflicts with another attribute in namespace %s", argv[0], parent->name); return -1;