mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
improve previous commit (ITS#4071)
This commit is contained in:
parent
d018d4e8b3
commit
03db9632dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue