summaryrefslogtreecommitdiff
blob: 4731631b7ebec495d8a5530c77c1a85982f4fb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugzilla.xfce.org/show_bug.cgi?id=6426

--- panel-plugin/weather-http.c
+++ panel-plugin/weather-http.c
@@ -177,7 +177,7 @@
 #endif
 
   memset(&h, 0, sizeof(h));
-  h.ai_family = AF_INET;
+  h.ai_family = AF_UNSPEC;
   h.ai_socktype = SOCK_STREAM;
   h.ai_protocol = IPPROTO_TCP;