summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass/general.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-05-24 20:26:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:47 -0500
commit825c4ceffef31ac68747cba747df44e6f4b1a576 (patch)
tree504375419a8da20d46745274a9e737e2c5bb9b06 /source3/pam_smbpass/general.h
parentf260b45d646ae69602f63c1f6a002384b4828a1c (diff)
downloadsamba-825c4ceffef31ac68747cba747df44e6f4b1a576.tar.gz
samba-825c4ceffef31ac68747cba747df44e6f4b1a576.tar.bz2
samba-825c4ceffef31ac68747cba747df44e6f4b1a576.zip
r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly again.
Thanks to Bartlomiej Solarz-Niesluchowski <Bartlomiej.Solarz-Niesluchowski@wit.edu.pl>. Guenther (This used to be commit ba956ab8e4097d46bbad12caf2fad6857f463618)
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 */
};