Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2000-09-12 19:35:19 +00:00
parent bd9de9d90d
commit d6a56aaf25

View File

@ -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;
}