]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/limits.c
Add search no-op support.
[openldap] / servers / slapd / limits.c
index 2cddf4166b969d7e337e16ea521b56a2fed63345..d9088ca8ac9a90b094dc8c67ee52b8f984017aa5 100644 (file)
@@ -68,9 +68,7 @@ get_limits(
                                }
                        } else {
                                /* check for unescaped rdn separator */
-                               if ( !DN_SEPARATOR( ndn->bv_val[d-1] )
-                                       || DN_ESCAPE( ndn->bv_val[d-2] ) )
-                               {
+                               if ( !DN_SEPARATOR( ndn->bv_val[d-1] ) ) {
                                        break;
                                }
                        }