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 Merge branch 'master' into yaz-744 --- 68bbd857190c6e29727ca1f5070fe6d8e5102bbb diff --cc src/tcpip.c index 72461c1,ac0001e..c3e477d --- a/src/tcpip.c +++ b/src/tcpip.c @@@ -215,12 -205,8 +215,13 @@@ COMSTACK tcpip_type(int s, int flags, i #endif #if HAVE_GETADDRINFO +#if RESOLVER_THREAD + sp->hoststr = 0; + sp->pipefd[0] = sp->pipefd[1] = -1; + sp->port = 0; +#endif sp->ai = 0; + sp->ai_connect = 0; #endif sp->altbuf = 0; sp->altsize = sp->altlen = 0;