Skip to content

Commit 54e2362

Browse files
committed
Missed change in previous commit (Prepare for backporting of "Send small blobs inline (PR #8318)")
1 parent 9fccb55 commit 54e2362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ static bool accept_connection(rem_port* port, P_CNCT* connect, PACKET* send)
20192019
{
20202020
if ((protocol->p_cnct_version == PROTOCOL_VERSION10 ||
20212021
(protocol->p_cnct_version >= PROTOCOL_VERSION11 &&
2022-
protocol->p_cnct_version <= PROTOCOL_VERSION19)) &&
2022+
protocol->p_cnct_version <= PROTOCOL_VERSION20)) &&
20232023
(protocol->p_cnct_architecture == arch_generic ||
20242024
protocol->p_cnct_architecture == ARCHITECTURE) &&
20252025
protocol->p_cnct_weight >= weight)

0 commit comments

Comments
 (0)