From d8d3a5ffe3fb73d64869c133fe398efeb4e79d77 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 31 Jan 2005 16:06:21 +0000 Subject: r5137: fix types metze (This used to be commit add1c579375d08040f722946da31ee3862f9e7ac) --- source4/auth/auth.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/auth/auth.h') 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; }; -- cgit