From 615410abe06a3a5354385760ce9f46fb954a67c5 Mon Sep 17 00:00:00 2001 From: liu0x54 Date: Wed, 6 May 2020 06:02:13 +0000 Subject: [PATCH] [TD-154] modify the SUserObj fields position --- src/system/detail/inc/mgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/detail/inc/mgmt.h b/src/system/detail/inc/mgmt.h index 232d2e6256..cade9b6d39 100644 --- a/src/system/detail/inc/mgmt.h +++ b/src/system/detail/inc/mgmt.h @@ -177,7 +177,7 @@ typedef struct _user_obj { char reserved[16]; char updateEnd[1]; int32_t authAllowTime; - int16_t authFailCount; + int32_t authFailCount; struct _user_obj *prev, *next; } SUserObj; -- GitLab