From: Quanah Gibson-Mount Date: Tue, 17 Jan 2017 16:49:26 +0000 (-0800) Subject: ITS#8570 - Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_45~76 X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=8ac29482597faab11ce80d830a2cc1b04366a5e1 ITS#8570 - Fix typo --- 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)