From de911ac5b6f3fb0ba5eb916ac4b4c87b0418c8eb Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 25 Dec 2009 18:50:08 +0100 Subject: [PATCH] [client-updates-daemon] do not load without xcache to not taint cache --- services/client-updates-daemon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/client-updates-daemon b/services/client-updates-daemon index 94cc911d5..a85808b19 100755 --- a/services/client-updates-daemon +++ b/services/client-updates-daemon @@ -106,8 +106,7 @@ class Entropy(Client): def init_singleton(self): Client.init_singleton(self, load_ugc = False, - url_fetcher = DaemonUrlFetcher, repo_validation = False, - xcache = False) + url_fetcher = DaemonUrlFetcher, repo_validation = False) # validate currently available repos # manually, to not taint logs self.validate_repositories(quiet = True)