changeset 6856:d8e62d25f781

Typo.
author Simon Josefsson <simon@josefsson.org>
date Wed, 21 Jun 2006 17:53:49 +0000
parents 3a0206d145b7
children 9c5fd9877469
files lib/inet_pton.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/inet_pton.c
+++ b/lib/inet_pton.c
@@ -80,7 +80,7 @@
     case AF_INET:
       return (inet_pton4 (src, dst));
 
-#if HAVE_IPV4
+#if HAVE_IPV6
     case AF_INET6:
       return (inet_pton6 (src, dst));
 #endif