]> git.sur5r.net Git - openldap/blobdiff - include/ldap_queue.h
ITS#8570 - Fix typo
[openldap] / 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)