forked from lix-project/lix
Merge pull request #2383 from cleverca22/fix-error-9
fix `error: unknown serve command 9`
This commit is contained in:
commit
adab8b916a
|
@ -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