projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbf3f2
)
tcpip: initialize ai_connect
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Feb 2014 08:58:45 +0000
(09:58 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Feb 2014 08:58:45 +0000
(09:58 +0100)
src/tcpip.c
patch
|
blob
|
history
diff --git
a/src/tcpip.c
b/src/tcpip.c
index
4ca0683
..
ac0001e
100644
(file)
--- 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;