From: Arran Cudbard-Bell Date: Thu, 7 Oct 2021 02:46:59 +0000 (-0500) Subject: Fix comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b457be8613d4691341f02f5fd8b16e07f24ae0;p=thirdparty%2Ffreeradius-server.git Fix comment --- diff --git a/src/lib/util/pair.c b/src/lib/util/pair.c index 65fce525d0..c5fcd5a511 100644 --- a/src/lib/util/pair.c +++ b/src/lib/util/pair.c @@ -2329,8 +2329,9 @@ void fr_pair_verify(char const *file, int line, fr_pair_t const *vp) fr_dict_attr_verify(file, line, vp->da); /* - * Each pair should be in one state, either inserted - * into a list or not... + * Each pair should be inserted into both the order + * list and the attr-type list or inserted list into + * neither. */ if (fr_dlist_entry_in_list(&vp->order_entry)) { fr_dlist_t const *p = &vp->attr_entry;