From c3cb77e4a661173f294e8fa1841d8d5bcef4d3cd Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 17 Jan 2017 08:49:26 -0800 Subject: [PATCH] ITS#8570 - Fix typo --- include/ldap_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap_queue.h b/include/ldap_queue.h index 13290b3acc..1b711b10cb 100644 --- a/include/ldap_queue.h +++ b/include/ldap_queue.h @@ -225,7 +225,7 @@ struct { \ } while (0) #define LDAP_STAILQ_ENTRY_INIT(var, field) { \ - (entry)->field.stqe_next = NULL; \ + (var)->field.stqe_next = NULL; \ } #define LDAP_STAILQ_FIRST(head) ((head)->stqh_first) -- 2.39.5