summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index e78b21339f..425410e088 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -85,10 +85,10 @@ struct auth_serversupplied_info
NTTIME allow_password_change;
NTTIME force_password_change;
- uint16 logon_count;
- uint16 bad_password_count;
+ uint16_t logon_count;
+ uint16_t bad_password_count;
- uint32 acct_flags;
+ uint32_t acct_flags;
BOOL authenticated;
};