]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/entry.c
ITS#4458 re-encode passwd request
[openldap] / servers / slapd / back-monitor / entry.c
index 3a2377489bb10613aeee8762347b30f09436b986..3b3d4691c531c8c08351d0af4991c55ff48d8f1b 100644 (file)
@@ -193,7 +193,7 @@ monitor_entry_stub(
        if ( rc )
                return NULL;
 
-       e = ch_calloc( 1, sizeof( Entry ));
+       e = entry_alloc();
        if ( e ) {
                struct berval nrdn;