Compare commits

...
1 Commits
18 ... 19
Author SHA1 Message Date
Arjan van de Ven bcff8fae39 default to the other server for now 2015-04-24 17:55:53 -04:00
+1 -1
View File
@@ -44,7 +44,7 @@
GStaticMutex dupes_mutex = G_STATIC_MUTEX_INIT; GStaticMutex dupes_mutex = G_STATIC_MUTEX_INIT;
char *urls[2] = {"http://debuginfo.clearlinux.org/debuginfo/", "http://debuginfo.fenrus.org/debuginfo/" }; char *urls[2] = {"http://debuginfo.clearlinux.org/debuginfo/", "http://debuginfo.fenrus.org/debuginfo/" };
int urlcounter = 0; int urlcounter = 1;
static GHashTable *hash; static GHashTable *hash;