diff options
Diffstat (limited to 'src/libstore/download.cc')
-rw-r--r-- | src/libstore/download.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/download.cc b/src/libstore/download.cc index 317ec37d16af..c01ba63ef3c2 100644 --- a/src/libstore/download.cc +++ b/src/libstore/download.cc @@ -340,7 +340,7 @@ struct CurlDownloader : public Downloader { std::map<CURL *, std::shared_ptr<DownloadItem>> items; - bool quit; + bool quit = false; std::chrono::steady_clock::time_point nextWakeup; |