mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix c_cdn migration
This commit is contained in:
parent
89e60eda54
commit
ed5f670ac1
@ -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 New Issue
Block a user