Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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