From: Alan T. DeKok Date: Wed, 22 Dec 2021 14:31:59 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e99cbae2eaf9e87953d23b0111966137b5fee7b;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/util/dict_unknown.c b/src/lib/util/dict_unknown.c index 6065587aeb..7546a5a062 100644 --- a/src/lib/util/dict_unknown.c +++ b/src/lib/util/dict_unknown.c @@ -197,7 +197,7 @@ fr_dict_attr_t *fr_dict_unknown_afrom_da(TALLOC_CTX *ctx, fr_dict_attr_t const * * parents when this 'da' is freed. We therefore talloc * the parent from the 'da'. */ - if (d->parent && da->parent->flags.is_unknown) { + if (da->parent && da->parent->flags.is_unknown) { parent = fr_dict_unknown_afrom_da(n, da->parent); if (!parent) { talloc_free(n);