From: Nick Porter Date: Mon, 1 Mar 2021 14:06:55 +0000 (+0000) Subject: Typo in dlist.h (#3961) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f74b5059b2d4c53c67642cfb198ef129d315b36b;p=thirdparty%2Ffreeradius-server.git Typo in dlist.h (#3961) --- diff --git a/src/lib/util/dlist.h b/src/lib/util/dlist.h index e5c11a7fb1e..e9f744ff33f 100644 --- a/src/lib/util/dlist.h +++ b/src/lib/util/dlist.h @@ -578,7 +578,7 @@ static inline CC_HINT(nonnull) void fr_dlist_verify(fr_dlist_head_t *list_head) } } #else -# define fr_list_verify(_head) +# define fr_dlist_verify(_head) #endif /** Merge two lists, inserting the tail of one into the other