]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/ctxcsn.c
more cleanup; add the frontend to the set of monitored databases; handle exceptional...
[openldap] / servers / slapd / ctxcsn.c
index a018d471191d86b218a7540d883e340608b67f55..0cab941536b648fec82e1431db46a74c6e27c841 100644 (file)
@@ -128,7 +128,7 @@ slap_create_context_csn_entry(
 
        struct berval bv;
 
-       e = (Entry *) ch_calloc( 1, sizeof( Entry ));
+       e = entry_alloc();
 
        attr_merge( e, slap_schema.si_ad_objectClass,
                ocbva, NULL );