mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
ITS#8570 - Fix typo
This commit is contained in:
parent
cf8dc030c0
commit
c3cb77e4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue