]> git.sur5r.net Git - openldap/commitdiff
Fixed typo
authorRalf Haferkamp <ralf@openldap.org>
Fri, 12 Dec 2008 10:08:07 +0000 (10:08 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Fri, 12 Dec 2008 10:08:07 +0000 (10:08 +0000)
libraries/libldap/os-ip.c

index 55636aaece8abfb388279e724bc952ba66382bae..4e6d8db4e2d83ff954ebc45fd32d0249f57029ae 100644 (file)
@@ -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;