mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fixed typo
This commit is contained in:
parent
5a50733e39
commit
af79710c4d
@ -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 New Issue
Block a user