summaryrefslogtreecommitdiff
path: root/packaging/SuSE
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-09-22 00:50:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:45 -0500
commit772c250250f567d9a2429bc619a211f74dee2ef4 (patch)
tree677c7ceb6ba4cdbfe1a6c9a11931d7c5693ce0d0 /packaging/SuSE
parent75ea9982fb82b5c20f54910926901057b56acdc5 (diff)
downloadsamba-772c250250f567d9a2429bc619a211f74dee2ef4.tar.gz
samba-772c250250f567d9a2429bc619a211f74dee2ef4.tar.bz2
samba-772c250250f567d9a2429bc619a211f74dee2ef4.zip
r2482: Fix from Arthur van Dongen <avdongen@xs4all.nl> to fix acces -> access typos.
Jeremy. (This used to be commit a278dca1b2c103f368d154aee2d3a1edd5604687)
Diffstat (limited to 'packaging/SuSE')
-rw-r--r--packaging/SuSE/samba3-vscan.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/SuSE/samba3-vscan.diff b/packaging/SuSE/samba3-vscan.diff
index 330b470af2..cf474c97d0 100644
--- a/packaging/SuSE/samba3-vscan.diff
+++ b/packaging/SuSE/samba3-vscan.diff
@@ -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 ) {
@@ -197,7 +197,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 ) {