diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-02T14·34+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-02T14·34+0000 |
commit | 9c9cdb06d095ea91e10be8dae3a85f06a99c51bf (patch) | |
tree | 0fc5fdc4fdc0d1493dca1681147bab6a8f5e3f86 /src/nix-store | |
parent | 626f8ee42f0b984ebc1cbf0b39938bcb3edf3bd7 (diff) |
* Remove SwitchToOriginalUser, we're not going to need it anymore.
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc index ad346c91fc59..eb037bda1913 100644 --- a/src/nix-store/main.cc +++ b/src/nix-store/main.cc @@ -34,7 +34,6 @@ static bool indirectRoot = false; static Path fixPath(Path path) { - SwitchToOriginalUser sw; path = absPath(path); while (!isInStore(path)) { if (!isLink(path)) break; |