Skip to content

Commit eddc474

Browse files
committed
Warnings
1 parent e1874db commit eddc474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/remote/client/interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7507,7 +7507,7 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned
75077507
#ifdef TRUSTED_AUTH
75087508
if (port && !legacySSP)
75097509
{
7510-
const PACKET& const packet = port->port_context->rdb_packet;
7510+
const PACKET& packet = port->port_context->rdb_packet;
75117511
if (port->port_protocol < PROTOCOL_VERSION13 && packet.p_operation == op_accept)
75127512
{
75137513
// old server supports legacy SSP only

src/remote/protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ enum P_OP
325325

326326
// Count String Structure
327327

328-
class RemoteXdr;
328+
struct RemoteXdr;
329329

330330
typedef struct cstring
331331
{

0 commit comments

Comments
 (0)