Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bumped year, switched off caching for upgrade checks, fixes #3331: … #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/plugins.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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);
Expand Down