]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix comment efficient-pairs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Oct 2021 02:46:59 +0000 (21:46 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Oct 2021 02:46:59 +0000 (21:46 -0500)
src/lib/util/pair.c

index 65fce525d06242355e9b767ea53151971b72282d..c5fcd5a5111e4e6d0dd466e3c2b473b959d06c50 100644 (file)
@@ -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;