Sophie

Sophie

distrib > Mandriva > mes5 > i586 > by-pkgid > 42da051117dc76ae502cd803f311091b > files > 17

pam-0.99.8.1-16.1mdv2009.0.src.rpm

--- pam-0.74/modules/pam_console/chmod.c.fred	Fri Mar  9 02:00:21 2001
+++ pam-0.74/modules/pam_console/chmod.c	Thu Mar 15 16:54:27 2001
@@ -161,7 +161,8 @@
     {
       if(mntent->mnt_dir &&
          mntent->mnt_fsname &&
-	 (fnmatch(dir, mntent->mnt_dir, 0) == 0))
+	 (fnmatch(dir, mntent->mnt_dir, 0) == 0) &&
+	 strcmp(dir, mntent->mnt_fsname))
         {
           errors |= change_file(mntent->mnt_fsname, changes, TRUE, user, group);
         }