forked from lix-project/lix
Doh
This commit is contained in:
parent
98a2adb135
commit
45ce2c7413
|
@ -799,7 +799,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
||||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 3) {
|
if (GET_PROTOCOL_MINOR(clientVersion) >= 3) {
|
||||||
settings.buildRepeat = readInt(in);
|
settings.buildRepeat = readInt(in);
|
||||||
settings.enforceDeterminism = readInt(in);
|
settings.enforceDeterminism = readInt(in);
|
||||||
settings.runDiffHook = readInt(in);
|
settings.runDiffHook = true;
|
||||||
}
|
}
|
||||||
settings.printRepeatedBuilds = false;
|
settings.printRepeatedBuilds = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue