about summary refs log tree commit diff
path: root/src/nix-store/nix-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-26T15·58+0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-26T15·58+0200
commit45ce2c7413bf8c87aa7d5bc70a5a1c920c40a3b8 (patch)
tree6cd3449895600debb9c0eb81d15f69dc929cc8bd /src/nix-store/nix-store.cc
parent98a2adb1359ec35ac8da7a52754d2290531f8cef (diff)
Doh
Diffstat (limited to 'src/nix-store/nix-store.cc')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
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;
     };