From: Adam Dickmeiss Date: Wed, 26 Feb 2014 08:58:54 +0000 (+0100) Subject: Merge branch 'master' into yaz-744 X-Git-Tag: v5.0.19~19 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=68bbd857190c6e29727ca1f5070fe6d8e5102bbb;hp=c753bab9ac07a09f1bd7ba1dc363e58310e307a7 Merge branch 'master' into yaz-744 --- 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;