mirror of
https://github.com/NixOS/nix.git
synced 2025-02-19 18:32:36 +00:00
Typo
This commit is contained in:
parent
d33eca8539
commit
28ef6ebf91
@ -318,7 +318,7 @@ static int main_nix_daemon(int argc, char * * argv)
|
||||
FdSource from(STDIN_FILENO);
|
||||
FdSink to(STDOUT_FILENO);
|
||||
/* Auth hook is empty because in this mode we blindly trust the
|
||||
standard streams. Limitting access to thoses is explicitly
|
||||
standard streams. Limiting access to those is explicitly
|
||||
not `nix-daemon`'s responsibility. */
|
||||
processConnection(openUncachedStore(), from, to, Trusted, NotRecursive, [&](Store & _){});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user