]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/bconfig.c
- setup framework for monitoring of back-bdb/back-hdb stuff in their
[openldap] / servers / slapd / bconfig.c
index ada0f53d21a1f7c406988b9525ad36cf015f81b6..351d4946f0366db25a03832cb01f3c825e27c8b7 100644 (file)
@@ -4403,7 +4403,7 @@ Entry *
 config_build_entry( Operation *op, SlapReply *rs, CfEntryInfo *parent,
        ConfigArgs *c, struct berval *rdn, ConfigOCs *main, ConfigOCs *extra )
 {
-       Entry *e = ch_calloc( 1, sizeof(Entry) );
+       Entry *e = entry_alloc();
        CfEntryInfo *ce = ch_calloc( 1, sizeof(CfEntryInfo) );
        struct berval val;
        struct berval ad_name;