diff options
author | Volker Lendecke <vl@samba.org> | 2010-01-12 22:58:51 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-12 22:58:51 +0100 |
commit | 2d4dda0688d5c88fb73ae17db970afe9d0f77f6a (patch) | |
tree | 7469d2d5caf515174c1a2c911157d6f1f46efef7 /source3 | |
parent | 31e142854bbb29132143f895dee9568576175dd5 (diff) | |
download | samba-2d4dda0688d5c88fb73ae17db970afe9d0f77f6a.tar.gz samba-2d4dda0688d5c88fb73ae17db970afe9d0f77f6a.tar.bz2 samba-2d4dda0688d5c88fb73ae17db970afe9d0f77f6a.zip |
s3: Lift the version of the scannedonly VFS module
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/vfs_scannedonly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_scannedonly.c b/source3/modules/vfs_scannedonly.c index 8699bff162..69958988ac 100644 --- a/source3/modules/vfs_scannedonly.c +++ b/source3/modules/vfs_scannedonly.c @@ -5,7 +5,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, |