diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-14T16·03+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-14T16·03+0000 |
commit | f351834f77441e14238b3348cfe211fa6f6f4e3a (patch) | |
tree | a6cf4a7ab446029c2bb8bedb8e93a717f30fe8d6 /src/nix-worker | |
parent | 94fd46fa1c4655a609b3a67bef447c9547eb5080 (diff) |
* nix-worker: clean up the temporary root for the worker processes
in /nix/var/nix/temproots.
Diffstat (limited to 'src/nix-worker')
-rw-r--r-- | src/nix-worker/nix-worker.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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; |