Clear ocflags

This commit is contained in:
Howard Chu 2003-12-06 14:39:07 +00:00
parent 4ccd44af8b
commit c59e89de2f

View File

@ -443,6 +443,7 @@ ldap_build_entry(
ent->e_id = 0; ent->e_id = 0;
ent->e_attrs = 0; ent->e_attrs = 0;
ent->e_ocflags = 0;
ent->e_private = 0; ent->e_private = 0;
attrp = &ent->e_attrs; attrp = &ent->e_attrs;