https://bugzilla.novell.com/show_bug.cgi?id=635098 https://bugzilla.novell.com/show_bug.cgi?id=635098#c3 Thorsten Kukuk <kukuk@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Thorsten Kukuk <kukuk@novell.com> 2010-08-31 15:03:47 UTC --- The patch I prefer: @@ -31,9 +31,10 @@ check_for_pam_module (const char *name, int force) { const char *path[] = { "/lib/security", "/lib64/security" }; - int i, retval = 0; + unsigned int i; + int retval = 0; - for (i = 0; i < 1; i++) + for (i = 0; i < (sizeof (path)/sizeof (char *)); i++) { if (access (path[i], F_OK) == 0) { Will be submitted to svn now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.