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;