diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/nix-daemon/nix-daemon.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/nix-daemon/nix-daemon.cc b/nix/nix-daemon/nix-daemon.cc index 49172d53e9e..5e8ae3a5cd8 100644 --- a/nix/nix-daemon/nix-daemon.cc +++ b/nix/nix-daemon/nix-daemon.cc | |||
| @@ -629,6 +629,7 @@ static void performOp(bool trusted, unsigned int clientVersion, | |||
| 629 | string name = readString(from); | 629 | string name = readString(from); |
| 630 | string value = readString(from); | 630 | string value = readString(from); |
| 631 | if (name == "build-timeout" || name == "build-max-silent-time" | 631 | if (name == "build-timeout" || name == "build-max-silent-time" |
| 632 | || name == "build-max-log-size" | ||
| 632 | || name == "build-max-jobs" || name == "build-cores" | 633 | || name == "build-max-jobs" || name == "build-cores" |
| 633 | || name == "build-repeat" | 634 | || name == "build-repeat" |
| 634 | || name == "multiplexed-build-output") | 635 | || name == "multiplexed-build-output") |
