]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/ctxcsn.c
reject registrations when back-monitor is not configured
[openldap] / servers / slapd / ctxcsn.c
index 408ee66838d796f916e667aff634b37718e6147f..6d29007b58ef542dedff258f4a381626f4540633 100644 (file)
@@ -37,7 +37,6 @@ slap_get_commit_csn(
 )
 {
        struct slap_csn_entry *csne, *committed_csne = NULL;
-       int i = 0;
 
        if ( maxcsn ) {
                BER_BVZERO( maxcsn );
@@ -125,7 +124,6 @@ slap_create_context_csn_entry(
        struct berval *context_csn )
 {
        Entry* e;
-       int rc;
 
        struct berval bv;