The following file fails compile when NEW_LOGGING is enabled.

This commit is contained in:
Julius Enarusai 2002-03-07 17:50:56 +00:00
parent 1880c23029
commit 08d0a48ac5
3 changed files with 3 additions and 3 deletions

View File

@ -378,7 +378,7 @@ read_config( const char *fname )
LDAP_LOG(( "config", LDAP_LEVEL_INFO, "%s: line %d: "
"default search base \"%s\" already defined "
"(discarding old)\n", fname, lineno,
default_search_base->bv_val ));
default_search_base.bv_val ));
#else
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
"default search base \"%s\" already defined "

View File

@ -163,7 +163,7 @@ entry_schema_check(
if ( aoc == NULL ) {
#ifdef NEW_LOGGING
LDAP_LOG(( "schema", LDAP_LEVEL_INFO,
"entry_schema_check: No objectClass for entry (%s).\n"
"entry_schema_check: No objectClass for entry (%s).\n",
e->e_dn ));
#else
Debug( LDAP_DEBUG_ANY, "No objectClass for entry (%s)\n",

View File

@ -3644,7 +3644,7 @@ certificateExactMatch(
LDAP_LOG(( "schema", LDAP_LEVEL_ENTRY,
"certificateExactMatch: %d\n %s $ %s\n %s $ %s\n",
*matchp, serial->bv_val, issuer_dn->bv_val,
asserted->serial->bv_val, asserted_issuer_dn->bv_val));
asserted_serial->bv_val, asserted_issuer_dn->bv_val));
#else
Debug( LDAP_DEBUG_ARGS, "certificateExactMatch "
"%d\n\t\"%s $ %s\"\n",