From 92b457be8613d4691341f02f5fd8b16e07f24ae0 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Wed, 6 Oct 2021 21:46:59 -0500 Subject: [PATCH] Fix comment --- src/lib/util/pair.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.47.2