r2482: Fix from Arthur van Dongen <avdongen@xs4all.nl> to fix acces -> access typos.
[samba.git] / packaging / SuSE / samba3-vscan.diff
index 330b470af2cb0dba17e9f548ad5df5cfc8da8271..cf474c97d0093add256f1b294d7da05ca09171b3 100644 (file)
@@ -18,7 +18,7 @@
 -                                lrufiles_add(filepath, stat_buf.st_mtime, TRUE);
 +                                lrufiles_add(filepath, stat_buf.st_mtime, True);
  
-                               /* virus found, deny acces */
+                               /* virus found, deny access */
                                errno = EACCES;
                                return -1;
                        } else if ( retval == 0 ) {
@@ -68,7 +68,7 @@
 -                                lrufiles_add(filepath, stat_buf.st_mtime, TRUE);
 +                                lrufiles_add(filepath, stat_buf.st_mtime, True);
  
-                                 /* virus found, deny acces */
+                                 /* virus found, deny access */
                                  errno = EACCES;
                                  return -1;
                        } else if ( retval == 0 ) {
 -                                lrufiles_add(filepath, stat_buf.st_mtime, TRUE);
 +                                lrufiles_add(filepath, stat_buf.st_mtime, True);
  
-                               /* virus found, deny acces */
+                               /* virus found, deny access */
                                errno = EACCES; 
                                return -1;
                          } else if ( retval == 0 ) {