X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftcpip.c;h=ac0001e8ef222695fc47cea455051fd5f6450c39;hp=4ca06839dedfc7d8ef9369db3d295598dcf9f7d0;hb=fcc2b1bffbd6dd86fc8f95f1e2e6e8b2a94e731e;hpb=7fbf3f2eceeb0978881992fbf1e77cd6fc3c4a9b 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;