From f351834f77441e14238b3348cfe211fa6f6f4e3a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 14 Jun 2008 16:03:02 +0000 Subject: * nix-worker: clean up the temporary root for the worker processes in /nix/var/nix/temproots. --- src/nix-worker/nix-worker.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nix-worker/nix-worker.cc') diff --git a/src/nix-worker/nix-worker.cc b/src/nix-worker/nix-worker.cc index 134e1a693380..0d0964f3a668 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; -- cgit 1.4.1