r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly again.
[obnox/samba/samba-obnox.git] / source / pam_smbpass / general.h
index d3afb4c1fc4bae69d95aacbfe3634ead27724054..320bdd0cc8729b382239f04a8e981b6704220dd9 100644 (file)
@@ -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 */
 };