aboutsummaryrefslogtreecommitdiff
path: root/src/nix-worker/nix-worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-worker/nix-worker.cc')
-rw-r--r--src/nix-worker/nix-worker.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-worker/nix-worker.cc b/src/nix-worker/nix-worker.cc
index 134e1a693..0d0964f3a 100644
--- a/src/nix-worker/nix-worker.cc
+++ b/src/nix-worker/nix-worker.cc
@@ -439,6 +439,8 @@ static void performOp(unsigned int clientVersion,
static void processConnection()
{
+ RemoveTempRoots removeTempRoots; /* unused variable - don't remove */
+
canSendStderr = false;
myPid = getpid();
writeToStderr = tunnelStderr;