ITS#8570 - Fix typo

This commit is contained in:
Quanah Gibson-Mount 2017-01-17 08:49:26 -08:00
parent cf8dc030c0
commit c3cb77e4a6

View 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)