diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-08-22 15:29:10 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-08-22 15:29:10 +0200 |
commit | 4c96761c2bb51cb1635b7bbe56784daeeeee1561 (patch) | |
tree | 5713add9413b3499cc7f587f93c16029ffb87fed /src/libstore/remote-store.cc | |
parent | 7ed91d6c6ab86199e7c9703f2852f47d36976d6b (diff) | |
parent | 7c3ab5751568a0bc63430b33a5169c5e4784a0ff (diff) |
Merge remote-tracking branch 'origin/master' into parallel-nix-copy
Diffstat (limited to 'src/libstore/remote-store.cc')
-rw-r--r-- | src/libstore/remote-store.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/remote-store.cc b/src/libstore/remote-store.cc index ad2e5c18a..96a29155c 100644 --- a/src/libstore/remote-store.cc +++ b/src/libstore/remote-store.cc @@ -580,7 +580,6 @@ ref<const ValidPathInfo> RemoteStore::addCAToStore( try { conn->to.written = 0; - conn->to.warn = true; connections->incCapacity(); { Finally cleanup([&]() { connections->decCapacity(); }); @@ -591,7 +590,6 @@ ref<const ValidPathInfo> RemoteStore::addCAToStore( dumpString(contents, conn->to); } } - conn->to.warn = false; conn.processStderr(); } catch (SysError & e) { /* Daemon closed while we were sending the path. Probably OOM |