X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftcpip.c;h=ac0001e8ef222695fc47cea455051fd5f6450c39;hb=d51b21c6f41a021f21078921a0de50106264d55e;hp=4ca06839dedfc7d8ef9369db3d295598dcf9f7d0;hpb=7fbf3f2eceeb0978881992fbf1e77cd6fc3c4a9b;p=yaz-moved-to-github.git diff --git a/src/tcpip.c b/src/tcpip.c index 4ca0683..ac0001e 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -206,6 +206,7 @@ COMSTACK tcpip_type(int s, int flags, int protocol, void *vp) #if HAVE_GETADDRINFO sp->ai = 0; + sp->ai_connect = 0; #endif sp->altbuf = 0; sp->altsize = sp->altlen = 0;