]> git.sur5r.net Git - openldap/commitdiff
improve previous commit (ITS#4071)
authorPierangelo Masarati <ando@openldap.org>
Sat, 8 Oct 2005 18:54:03 +0000 (18:54 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 8 Oct 2005 18:54:03 +0000 (18:54 +0000)
servers/slapd/overlays/rwmconf.c

index 14abdb39c8686d34e12d75ee7a843965a6c5ae50..7a87ccff0020665c92539e076407e02955e53029 100644 (file)
@@ -249,7 +249,7 @@ rwm_suffix_massage_regexize( const char *s )
        int i;
 
        if ( s[0] == '\0' ) {
-               return ch_strdup( "(.+)" );
+               return ch_strdup( "^(.+)$" );
        }
 
        for ( i = 0, p = s;