mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
parent
fcf3528ad1
commit
35dbdbedd4
9 changed files with 37 additions and 3 deletions
|
@ -981,7 +981,11 @@ void processConnection(
|
|||
readInt(from);
|
||||
}
|
||||
|
||||
readInt(from); // obsolete reserveSpace
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 11)
|
||||
readInt(from); // obsolete reserveSpace
|
||||
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 33)
|
||||
to << nixVersion;
|
||||
|
||||
/* Send startup error messages to the client. */
|
||||
tunnelLogger->startWork();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue