mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix typo in last commit
This commit is contained in:
parent
bd9de9d90d
commit
d6a56aaf25
@ -206,7 +206,7 @@ read_config( const char *fname )
|
||||
|
||||
if( dn_normalize( default_search_nbase ) == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
|
||||
"invalid default search base \"%s\"\n"
|
||||
"invalid default search base \"%s\"\n",
|
||||
fname, lineno, default_search_base );
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user