summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-09-23 12:21:10 +0000
committerGerald Carter <jerry@samba.org>2004-09-23 12:21:10 +0000
commit3cf617a8c779ef153080bd00d20bfaa349603096 (patch)
tree8950e518321f034d21006ebe087a8cd4a80d1ca8 /packaging
parentf36cd948f0006d177ff67ab5bb2636d32493ce28 (diff)
downloadsamba-3cf617a8c779ef153080bd00d20bfaa349603096.tar.gz
samba-3cf617a8c779ef153080bd00d20bfaa349603096.tar.xz
samba-3cf617a8c779ef153080bd00d20bfaa349603096.zip
r2565: syncing up for 3.0.8pre1
Diffstat (limited to 'packaging')
-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 330b470af2c..cf474c97d00 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 ) {