Skip to content

Commit f0be590

Browse files
committed
fixed:build failure
1 parent fe319cf commit f0be590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_ModuleSession/ModuleSession_Define.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typedef enum
2020
}ENUM_PROXY_SESSION_CLIENT_STATUS;
2121
typedef struct
2222
{
23-
XENGINE_PROTOCOL_USERAUTH st_UserAuth;
23+
XENGINE_PROTOCOL_USERAUTHEX st_UserAuth;
2424
XCHAR tszSrcAddr[128];
2525
XCHAR tszDstAddr[128];
2626
XNETHANDLE xhClient;

0 commit comments

Comments
 (0)