From 13307eefa59ff6ec51ef360cd6b99b6928f74470 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sat, 18 Oct 2008 19:58:48 +0200 Subject: [PATCH] The hublist at dchublist.com finally fixed their bogus XML, so now we use them by default instead. --- clients/gtk2/dolcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0