From 2db2b7b4960e70c369ca5b64eafd26a1ecf4474b Mon Sep 17 00:00:00 2001 From: Vlad Khorsun Date: Sat, 5 Oct 2024 23:26:33 +0300 Subject: [PATCH] Warnings --- src/remote/client/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/client/interface.cpp b/src/remote/client/interface.cpp index 23b1888848..17dad93f5e 100644 --- a/src/remote/client/interface.cpp +++ b/src/remote/client/interface.cpp @@ -7508,7 +7508,7 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned #ifdef TRUSTED_AUTH if (port && !legacySSP) { - const PACKET& const packet = port->port_context->rdb_packet; + const PACKET& packet = port->port_context->rdb_packet; if (port->port_protocol < PROTOCOL_VERSION13 && packet.p_operation == op_accept) { // old server supports legacy SSP only