1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01:00

fix error: unknown serve command 9

(cherry picked from commit 0767e402f1)
This commit is contained in:
Michael Bishop 2018-08-30 20:00:01 -03:00 committed by Eelco Dolstra
parent 2b25ffbd49
commit 8b0761b172
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -131,7 +131,7 @@ struct LegacySSHStore : public Store
auto conn(connections->get());
if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 4) {
if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 5) {
conn->to
<< cmdAddToStoreNar