Skip to content
Snippets Groups Projects
Commit 1e2dbebe authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix typo

parent af9d8f36
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment