From: Alan T. DeKok Date: Thu, 8 Sep 2022 20:47:01 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0406fb179002c85945300cdfbc2638b565a73359;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/util/dcursor.h b/src/lib/util/dcursor.h index 42865614847..3e0733c131d 100644 --- a/src/lib/util/dcursor.h +++ b/src/lib/util/dcursor.h @@ -652,7 +652,7 @@ static inline void fr_dcursor_free_list(fr_dcursor_t *cursor) _insert, \ _remove, \ _mod_uctx, \ - IS_CONST(fr_dlist_head_t *, _head)) + IS_CONST(fr_dlist_head_t *, _list)) /** Initialise a cursor with a custom iterator *