]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/aclparse.c
fix substring_comp_candidates logic if intersection of candidates
[openldap] / servers / slapd / aclparse.c
index e32e5ee67564449905e6c4050b1065be532e433f..3c69482fce31c16db8b448f813eea942b9d04d2f 100644 (file)
@@ -330,6 +330,7 @@ access2str( int access )
                strcat( buf, "read" );
        } else if ( ACL_IS_WRITE(access) ) {
                strcat( buf, "write" );
+
        } else {
                strcat( buf, "unknown" );
        }