]> git.sur5r.net Git - openldap/commitdiff
ITS#8570 - Fix typo
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 17 Jan 2017 16:49:26 +0000 (08:49 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 17 Jan 2017 16:49:26 +0000 (08:49 -0800)
include/ldap_queue.h

index 13290b3acc97adc5cdcdfe7f1648b9f49ef9126a..1b711b10cbc888d9eefdaa5ed71940062db9c75a 100644 (file)
@@ -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)