fix error: unknown serve command 9

This commit is contained in:
Michael Bishop
2018-08-30 20:10:08 -03:00
parent 39f1722f36
commit 0767e402f1
+1 -1
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