summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/pam_smbpass/general.h')
-rw-r--r--source3/pam_smbpass/general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/pam_smbpass/general.h b/source3/pam_smbpass/general.h
index d3afb4c1fc..320bdd0cc8 100644
--- a/source3/pam_smbpass/general.h
+++ b/source3/pam_smbpass/general.h
@@ -121,7 +121,7 @@ static const SMB_Ctrls smb_args[SMB_CTRLS_] = {
struct _pam_failed_auth {
char *user; /* user that's failed to be authenticated */
- int id; /* uid of requested user */
+ uid_t id; /* uid of requested user */
char *agent; /* attempt from user with name */
int count; /* number of failures so far */
};