We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e50ba7 commit 6f272c5Copy full SHA for 6f272c5
src/libfetchers/builtin.cc
@@ -35,7 +35,7 @@ static void builtinFetchTree(const BuiltinBuilderContext & ctx)
35
// since it's in a broken state after the fork. We also must not
36
// delete it, so hang on to the shared_ptr.
37
// FIXME: move FileTransfer into fetchers::Settings.
38
- auto prevFileTransfer = resetFileTransfer();
+ static auto prevFileTransfer = resetFileTransfer();
39
40
// FIXME: disable use of the git/tarball cache
41
0 commit comments