From 45ce2c7413bf8c87aa7d5bc70a5a1c920c40a3b8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 26 Apr 2017 17:58:09 +0200 Subject: Doh --- src/nix-store/nix-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-store/nix-store.cc') diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 9131b74dfb41..950222812e2b 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -799,7 +799,7 @@ static void opServe(Strings opFlags, Strings opArgs) if (GET_PROTOCOL_MINOR(clientVersion) >= 3) { settings.buildRepeat = readInt(in); settings.enforceDeterminism = readInt(in); - settings.runDiffHook = readInt(in); + settings.runDiffHook = true; } settings.printRepeatedBuilds = false; }; -- cgit 1.4.1