forked from lix-project/lix
fix error: unknown serve command 9
This commit is contained in:
parent
39f1722f36
commit
0767e402f1
|
@ -131,7 +131,7 @@ struct LegacySSHStore : public Store
|
||||||
|
|
||||||
auto conn(connections->get());
|
auto conn(connections->get());
|
||||||
|
|
||||||
if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 4) {
|
if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 5) {
|
||||||
|
|
||||||
conn->to
|
conn->to
|
||||||
<< cmdAddToStoreNar
|
<< cmdAddToStoreNar
|
||||||
|
|
Loading…
Reference in a new issue