X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2Fdolcon.c;h=bf2117bb13840da672dedccf3d21d88210e83b83;hb=13307eefa59ff6ec51ef360cd6b99b6928f74470;hp=356fc62dbc57c8b66ab3521e483acc0c35b463e7;hpb=040118de4a1c2c5d81f4748461b8919b11c2eaac;p=doldaconnect.git diff --git a/clients/gtk2/dolcon.c b/clients/gtk2/dolcon.c index 356fc62..bf2117b 100644 --- a/clients/gtk2/dolcon.c +++ b/clients/gtk2/dolcon.c @@ -41,6 +41,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include @@ -2255,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) {