From bdb0124978af05ca8d2799dc24292973800f9e9c Mon Sep 17 00:00:00 2001 From: lprot Date: Tue, 20 Mar 2018 01:49:41 +0200 Subject: [PATCH] bumped year, switched off caching for upgrade checks, fixes #3331: plugins.c --- src/plugins.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins.c b/src/plugins.c index 12fe7f5a32..3822d3780a 100644 --- a/src/plugins.c +++ b/src/plugins.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2015 Lonelycoder AB + * Copyright (C) 2007-2018 Lonelycoder AB * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -805,6 +805,7 @@ repo_get(const char *repo, char *errbuf, size_t errlen) FA_LOAD_ERRBUF(errbuf, errlen), FA_LOAD_QUERY_ARGVEC(qargs), FA_LOAD_FLAGS(FA_COMPRESSION | FA_DISABLE_AUTH), + FA_LOAD_CACHE_CONTROL(DISABLE_CACHE), NULL); hts_mutex_lock(&plugin_mutex);