diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/SuSE/samba3-vscan.diff | 6 |
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 ) { |