]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo in dlist.h (#3961)
authorNick Porter <nick@portercomputing.co.uk>
Mon, 1 Mar 2021 14:06:55 +0000 (14:06 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 14:06:55 +0000 (14:06 +0000)
src/lib/util/dlist.h

index e5c11a7fb1ea1951e82c956a07a7ff0d14ed4be8..e9f744ff33f370a4e38025ea1f158ecfee08376b 100644 (file)
@@ -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