mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix previous commit
This commit is contained in:
parent
95d3db5d25
commit
17dbf7a49f
@ -391,11 +391,11 @@ conn_create(
|
||||
|
||||
/* local address */
|
||||
attr_merge_one( e, mi->mi_ad_monitorConnectionLocalAddress,
|
||||
&c->c_sock_name, &bv );
|
||||
&c->c_sock_name, &c->c_sock_name );
|
||||
|
||||
/* peer address */
|
||||
attr_merge_one( e, mi->mi_ad_monitorConnectionPeerAddress,
|
||||
&c->c_peer_name, &bv );
|
||||
&c->c_peer_name, &c->c_peer_name );
|
||||
|
||||
mp = monitor_entrypriv_create();
|
||||
if ( mp == NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user