From dd0e996081ae820a0f16b5a6854a8a6274c5edf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 28 Oct 2016 02:19:19 +0200 Subject: GH-1697 always stale files tolerate errors if a local copy is present This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present. --- api/logic/net/MetaCacheSink.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/logic/net/MetaCacheSink.h') diff --git a/api/logic/net/MetaCacheSink.h b/api/logic/net/MetaCacheSink.h index 98e9bba1..0f3bbdf6 100644 --- a/api/logic/net/MetaCacheSink.h +++ b/api/logic/net/MetaCacheSink.h @@ -9,6 +9,7 @@ class MetaCacheSink : public FileSink public: /* con/des */ MetaCacheSink(MetaEntryPtr entry, ChecksumValidator * md5sum); virtual ~MetaCacheSink(); + bool hasLocalData() override; protected: /* methods */ JobStatus initCache(QNetworkRequest & request) override; -- cgit v1.2.3