Skip to content
Snippets Groups Projects
Commit 8ac29482 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#8570 - Fix typo

parent 056b58a0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment