From 772c250250f567d9a2429bc619a211f74dee2ef4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 22 Sep 2004 00:50:12 +0000 Subject: r2482: Fix from Arthur van Dongen to fix acces -> access typos. Jeremy. (This used to be commit a278dca1b2c103f368d154aee2d3a1edd5604687) --- packaging/SuSE/samba3-vscan.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packaging/SuSE') 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 ) { -- cgit