]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/backend.c
Sync with HEAD
[openldap] / servers / slapd / backend.c
index e100b600222133a7018f6f7a8009fbef497a9e9c..0a5934214c3eb656833c3939e7a18a7f8d58fc90 100644 (file)
@@ -196,7 +196,7 @@ int backend_startup_one(Backend *be)
        assert( be != NULL );
 
        be->be_pending_csn_list = (struct be_pcl *)
-               ch_calloc( 1, sizeof( struct be_pcl ));
+               ch_calloc( 1, sizeof( struct be_pcl ) );
 
        LDAP_TAILQ_INIT( be->be_pending_csn_list );