mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#9379 - Fix prev commit for RE24 debug statement styling
This commit is contained in:
parent
b1b0942af2
commit
c347f56b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1426,7 +1426,7 @@ slap_open_listener(
|
|||
if ( lud->lud_dn && lud->lud_dn[0] ) {
|
||||
sprintf( (char *)url, "%s://%s/", lud->lud_scheme, lud->lud_host );
|
||||
Debug( LDAP_DEBUG_ANY, "daemon: listener URL %s<junk> DN must be absent (%s)\n",
|
||||
url, lud->lud_dn );
|
||||
url, lud->lud_dn, 0 );
|
||||
ldap_free_urldesc( lud );
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue