From: Arran Cudbard-Bell Date: Wed, 14 Oct 2020 18:33:19 +0000 (-0500) Subject: Not there yet X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3d7de2a1a7dff512c4bbe9a4abf70a73bd2ec26;p=thirdparty%2Ffreeradius-server.git Not there yet --- diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index e43459fa14b..3268ec57d3b 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -584,14 +584,12 @@ int dict_attr_init(TALLOC_CTX *ctx, fr_dict_attr_t **da_p, */ case FR_TYPE_UINT8: /* Hopefully temporary until unions are done properly */ case FR_TYPE_UINT16: /* Same here */ - if (dict_attr_enumv_init(ctx, da_p) < 0) return -1; goto structural; /* * Leaf types */ default: - if (dict_attr_enumv_init(ctx, da_p) < 0) return -1; break; }