[Xfce4-commits] <xfce4-weather-plugin:master> Add support for ipv6 proxies
Florian Rivoal
noreply at xfce.org
Tue Jan 4 15:34:04 CET 2011
Updating branch refs/heads/master
to ea5ded0f1164c813047b9f504b88d9d1dedcbdc5 (commit)
from 1eda30de4e6974b3a727df9507441d18bc744c81 (commit)
commit ea5ded0f1164c813047b9f504b88d9d1dedcbdc5
Author: Florian Rivoal <frivoal at xfce.org>
Date: Tue Jan 4 18:53:15 2011 +0900
Add support for ipv6 proxies
Apply patch from bug #6426
panel-plugin/weather-http.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/weather-http.c b/panel-plugin/weather-http.c
index 2b6b185..8f46eec 100644
--- a/panel-plugin/weather-http.c
+++ b/panel-plugin/weather-http.c
@@ -180,7 +180,7 @@ weather_http_receive_data_idle (gpointer user_data)
#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;
More information about the Xfce4-commits
mailing list