The hublist at dchublist.com finally fixed their bogus XML, so now we use them by...
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 18 Oct 2008 17:58:48 +0000 (19:58 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 18 Oct 2008 17:58:48 +0000 (19:58 +0200)
clients/gtk2/dolcon.c

index b2392e1..bf2117b 100644 (file)
@@ -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)
     {