]> git.sur5r.net Git - openldap/commitdiff
Clear ocflags
authorHoward Chu <hyc@openldap.org>
Sat, 6 Dec 2003 14:39:07 +0000 (14:39 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 6 Dec 2003 14:39:07 +0000 (14:39 +0000)
servers/slapd/back-ldap/search.c

index 53bd63dd5d392959c60d4484edcd16851db8752f..10da527684d12543bd710fc3600baa2b33e832a8 100644 (file)
@@ -443,6 +443,7 @@ ldap_build_entry(
        
        ent->e_id = 0;
        ent->e_attrs = 0;
+       ent->e_ocflags = 0;
        ent->e_private = 0;
        attrp = &ent->e_attrs;