Fix bad eos in dead code.

This commit is contained in:
Kurt Zeilenga 2005-06-08 23:36:45 +00:00
parent 032a05c6fb
commit c201bdb1cc

View file

@ -1809,12 +1809,12 @@ read_config( const char *fname, int depth )
}
if ( strcasecmp( cargv[1], "off" ) == 0 ) {
#ifdef NEW_LOGGING
LDAP_LOG( CONFIG, CRIT,
"%s: line %d: schema checking cannot be disabled, option ignored!
"vary!\n", fname, lineno , 0 );
LDAP_LOG( CONFIG, CRIT, "%s: line %d: "
"schema checking cannot be disabled, option ignored!\n",
fname, lineno , 0 );
#else
Debug( LDAP_DEBUG_ANY,
"%s: line %d: schema checking cannot be diabled, option ignored!\n",
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
"schema checking cannot be diabled, option ignored!\n",
fname, lineno, 0 );
#endif
} else {