From 33945aeb96124f5956c0657b41bb68ca29fab66c Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Thu, 19 Jul 2012 10:33:18 +0200 Subject: [PATCH] use AI_ADDRCONFIG if defined in the environment --- libraries/libldap/os-ip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/libldap/os-ip.c b/libraries/libldap/os-ip.c index cb7b0a3b27..e5b358c5fb 100644 --- a/libraries/libldap/os-ip.c +++ b/libraries/libldap/os-ip.c @@ -594,8 +594,7 @@ ldap_connect_to_host(LDAP *ld, Sockbuf *sb, #if defined( HAVE_GETADDRINFO ) && defined( HAVE_INET_NTOP ) memset( &hints, '\0', sizeof(hints) ); -#ifdef USE_AI_ADDRCONFIG /* FIXME: configure test needed */ - /* Use AI_ADDRCONFIG only on systems where its known to be needed. */ +#ifdef AI_ADDRCONFIG hints.ai_flags = AI_ADDRCONFIG; #endif hints.ai_family = ldap_int_inet4or6; -- 2.47.2