aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-08-22 15:29:10 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-08-22 15:29:10 +0200
commit4c96761c2bb51cb1635b7bbe56784daeeeee1561 (patch)
tree5713add9413b3499cc7f587f93c16029ffb87fed /src/libstore/remote-store.cc
parent7ed91d6c6ab86199e7c9703f2852f47d36976d6b (diff)
parent7c3ab5751568a0bc63430b33a5169c5e4784a0ff (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.cc2
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