summarylogtreecommitdiffstats
path: root/jwhois.patch
diff options
context:
space:
mode:
authorPhillip Smith2015-06-02 11:11:43 +1000
committerPhillip Smith2015-06-02 11:11:43 +1000
commit4ba8a9d5e101a5b4f6d14bd10e8531415f3de2ac (patch)
tree3a5ab6755c77d1a74e00193b95ae23aa7fcbe167 /jwhois.patch
downloadaur-4ba8a9d5e101a5b4f6d14bd10e8531415f3de2ac.tar.gz
initial commit
Diffstat (limited to 'jwhois.patch')
-rw-r--r--jwhois.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/jwhois.patch b/jwhois.patch
new file mode 100644
index 000000000000..b1e3bfe1bd5e
--- /dev/null
+++ b/jwhois.patch
@@ -0,0 +1,10 @@
+--- src/dns.c~ 2007-06-26 12:58:38.000000000 +0600
++++ src/dns.c 2009-10-13 17:28:46.233709651 +0600
+@@ -119,6 +119,7 @@
+ memset(&hints, 0, sizeof(hints));
+ hints.ai_family = PF_UNSPEC;
+
++ hints.ai_flags = AI_ADDRCONFIG;
+ hints.ai_socktype = SOCK_STREAM;
+ if (port)
+ sprintf(ascport, "%9.9d", port);