From: Fredrik Tolf Date: Sat, 18 Oct 2008 17:58:48 +0000 (+0200) Subject: The hublist at dchublist.com finally fixed their bogus XML, so now we use them by... X-Git-Tag: 1.3~1 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=13307eefa59ff6ec51ef360cd6b99b6928f74470 The hublist at dchublist.com finally fixed their bogus XML, so now we use them by default instead. --- diff --git a/clients/gtk2/dolcon.c b/clients/gtk2/dolcon.c index b2392e1..bf2117b 100644 --- a/clients/gtk2/dolcon.c +++ b/clients/gtk2/dolcon.c @@ -2256,7 +2256,7 @@ int main(int argc, char **argv) } dc_init(); signal(SIGCHLD, SIG_IGN); - pubhubaddr = sstrdup("http://www.hublist.org/PublicHubList.xml.bz2"); + pubhubaddr = sstrdup("http://dchublist.com/hublist.xml.bz2"); dcserver = sstrdup(""); if((pwent = getpwuid(getuid())) == NULL) {