]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/filterentry.c
Add multimaster replication support (ITS#170) based upon
[openldap] / servers / slapd / filterentry.c
index a6528b2877bc4a11841dc6aa5c258c9ee51d6aa9..738b66f5b31807eb9e89c508e0307e2d86d50cbb 100644 (file)
@@ -179,7 +179,7 @@ test_approx_filter(
 )
 {
        char            *w1, *w2, *c1, *c2;
-       int             i, rc, match;
+       int             i;
        Attribute       *a;
 
        if ( be != NULL && ! access_allowed( be, conn, op, e,
@@ -256,7 +256,7 @@ test_filter_list(
     int                ftype
 )
 {
-       int     rc, nomatch;
+       int     nomatch;
        Filter  *f;
 
        Debug( LDAP_DEBUG_FILTER, "=> test_filter_list\n", 0, 0, 0 );