Skip to content

Commit

Permalink
fix error: unknown serve command 9
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Aug 30, 2018
1 parent 39f1722 commit 0767e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/legacy-ssh-store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0767e40

Please sign in to comment.