mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix from jon@symas.com - missing arguments to Debug/LDAP_LOG
This commit is contained in:
parent
8ad557e4ec
commit
923cdcf3c5
@ -961,11 +961,11 @@ read_config( const char *fname )
|
|||||||
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
|
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
|
||||||
"%s: line %d: "
|
"%s: line %d: "
|
||||||
"unable to normalize suffix "
|
"unable to normalize suffix "
|
||||||
"\"%s\"\n", dn ));
|
"\"%s\"\n", fname, lineno, dn ));
|
||||||
#else
|
#else
|
||||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
|
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
|
||||||
"unable to normalize suffix "
|
"unable to normalize suffix "
|
||||||
"\"%s\"\n", dn, NULL, NULL );
|
"\"%s\"\n", fname, lineno, dn );
|
||||||
#endif
|
#endif
|
||||||
free( dn );
|
free( dn );
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user