mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
s/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually declare ldap_connect_to_path(). Also fix the decleration to match the function
This commit is contained in:
parent
5df2c83b38
commit
b2866ff162
1 changed files with 3 additions and 3 deletions
|
|
@ -419,10 +419,10 @@ LDAP_F (int) ldap_is_write_ready( LDAP *ld, Sockbuf *sb );
|
|||
/*
|
||||
* in os-local.c
|
||||
*/
|
||||
#ifdef LDAP_PF_UNIX
|
||||
LDAP_F (int) ldap_connect_to_path( LDAP *ld, Sockbuf *sb, int proto,
|
||||
#ifdef LDAP_PF_LOCAL
|
||||
LDAP_F (int) ldap_connect_to_path( LDAP *ld, Sockbuf *sb,
|
||||
const char *path, int async );
|
||||
#endif /* LDAP_PF_UNIX */
|
||||
#endif /* LDAP_PF_LOCAL */
|
||||
|
||||
/*
|
||||
* in request.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue