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:
2ad5125
)
COMSTACK: fix resolving of non-passive addresses
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Apr 2013 12:27:56 +0000
(14:27 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Apr 2013 12:27:56 +0000
(14:27 +0200)
Bug introduced in previous commit.
src/tcpip.c
patch
|
blob
|
history
diff --git
a/src/tcpip.c
b/src/tcpip.c
index
41c0725
..
32b1ec1
100644
(file)
--- a/
src/tcpip.c
+++ b/
src/tcpip.c
@@
-388,6
+388,7
@@
struct addrinfo *tcpip_getaddrinfo(const char *str, const char *port,
else
{
error = getaddrinfo(host, port, &hints, &res);
+ *ipv6_only = -1;
}
if (error)
return 0;