mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08: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
@ -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 New Issue
Block a user