mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
fix previous commit
This commit is contained in:
parent
95d3db5d25
commit
17dbf7a49f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue