* nix-worker: clean up the temporary root for the worker processes

in /nix/var/nix/temproots.
This commit is contained in:
Eelco Dolstra 2008-06-14 16:03:02 +00:00
parent 94fd46fa1c
commit f351834f77
3 changed files with 13 additions and 9 deletions

View file

@ -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;