diff lib/misc.c @ 547:34a3f10d8bae

2004-9-6 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c lib/protocols.c lib/rfc959.c - fixes for hosts that have IPv6 and IPv4 hostnames and a IPv6 connection cannot be made * lib/rfc2068.c - removed unused variable
author masneyb
date Wed, 08 Sep 2004 00:34:15 +0000
parents 8d310e2fd570
children 7f54d0c0edbc
line wrap: on
line diff
--- a/lib/misc.c	Wed Sep 08 00:18:10 2004 +0000
+++ b/lib/misc.c	Wed Sep 08 00:34:15 2004 +0000
@@ -587,6 +587,7 @@
   newreq->port = req->port;
   newreq->use_proxy = req->use_proxy;
   newreq->logging_function = req->logging_function;
+  newreq->ai_family = req->ai_family;
   newreq->free_hostp = 0;
   newreq->hostp = NULL;