mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
Fixed typo
This commit is contained in:
parent
5a50733e39
commit
af79710c4d
1 changed files with 3 additions and 3 deletions
|
|
@ -533,9 +533,9 @@ ldap_connect_to_host(LDAP *ld, Sockbuf *sb,
|
|||
|
||||
#if defined( HAVE_GETADDRINFO ) && defined( HAVE_INET_NTOP )
|
||||
memset( &hints, '\0', sizeof(hints) );
|
||||
#ifdef USE_AI_ATTRCONFIG /* FIXME: configure test needed */
|
||||
/* Use AI_ATTRCONFIG only on systems where its known to be needed. */
|
||||
hints.ai_flags = AI_ATTRCONFIG;
|
||||
#ifdef USE_AI_ADDRCONFIG /* FIXME: configure test needed */
|
||||
/* Use AI_ADDRCONFIG only on systems where its known to be needed. */
|
||||
hints.ai_flags = AI_ADDRCONFIG;
|
||||
#endif
|
||||
hints.ai_family = ldap_int_inet4or6;
|
||||
hints.ai_socktype = socktype;
|
||||
|
|
|
|||
Loading…
Reference in a new issue