mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix c_cdn migration
This commit is contained in:
parent
89e60eda54
commit
ed5f670ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ conn_create(
|
|||
connection_state2str( c->c_conn_state ),
|
||||
c->c_sasl_bind_in_progress ? "S" : "",
|
||||
|
||||
c->c_cdn ? c->c_cdn : SLAPD_ANONYMOUS,
|
||||
c->c_cdn.bv_val ? c->c_cdn.bv_val : SLAPD_ANONYMOUS,
|
||||
|
||||
c->c_listener_url,
|
||||
c->c_peer_domain,
|
||||
|
|
|
|||
Loading…
Reference in a new issue