X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftcpip.c;h=c3e477d3a16839a03008cfb07c69b1d5bcecc8ea;hp=72461c11a28be08052b3391ed3e4b2b7ea915179;hb=68bbd857190c6e29727ca1f5070fe6d8e5102bbb;hpb=c753bab9ac07a09f1bd7ba1dc363e58310e307a7 diff --git a/src/tcpip.c b/src/tcpip.c index 72461c1..c3e477d 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -221,6 +221,7 @@ COMSTACK tcpip_type(int s, int flags, int protocol, void *vp) sp->port = 0; #endif sp->ai = 0; + sp->ai_connect = 0; #endif sp->altbuf = 0; sp->altsize = sp->altlen = 0;