mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
improve previous commit (ITS#4071)
This commit is contained in:
parent
d018d4e8b3
commit
03db9632dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user