From: Ralf Haferkamp Date: Fri, 12 Dec 2008 10:08:07 +0000 (+0000) Subject: Fixed typo X-Git-Tag: ACLCHECK_0~1026 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=af79710c4d785c4989a4d8c93f73237724e731b8;p=openldap Fixed typo --- diff --git a/libraries/libldap/os-ip.c b/libraries/libldap/os-ip.c index 55636aaece..4e6d8db4e2 100644 --- a/libraries/libldap/os-ip.c +++ b/libraries/libldap/os-ip.c @@ -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;