mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
fix call to ldap_connect_to_path()
This commit is contained in:
parent
b2866ff162
commit
81d26d3ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ ldap_int_open_connection(
|
|||
case LDAP_PROTO_IPC:
|
||||
#ifdef LDAP_PF_LOCAL
|
||||
/* only IPC mechanism supported is PF_LOCAL (PF_UNIX) */
|
||||
rc = ldap_connect_to_path( ld, conn->lconn_sb, 0,
|
||||
rc = ldap_connect_to_path( ld, conn->lconn_sb,
|
||||
srv->lud_host, async );
|
||||
if ( rc == -1 ) return rc;
|
||||
ber_sockbuf_add_io( conn->lconn_sb, &ber_sockbuf_io_fd,
|
||||
|
|
|
|||
Loading…
Reference in a new issue