fix error: unknown serve command 9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user