diff options
author | Jeremy Allison <jra@samba.org> | 2011-05-31 21:03:22 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-06-10 19:27:05 +0200 |
commit | f3ba1f4112b1216239e6c13a9d898e6bdbd86785 (patch) | |
tree | 37bca11003467c8d37b3a13856cbee4ee577575d /source3 | |
parent | 730ea92208f6f4216608ed26964d788b0b21f088 (diff) | |
download | samba-f3ba1f4112b1216239e6c13a9d898e6bdbd86785.tar.gz samba-f3ba1f4112b1216239e6c13a9d898e6bdbd86785.tar.bz2 samba-f3ba1f4112b1216239e6c13a9d898e6bdbd86785.zip |
Bump the smbd vfs interface version to 29. Samba 3.6.0 will ship
with interface 28.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/vfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 145b52c5c2..5c7e4e52bc 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -135,7 +135,8 @@ /* Leave at 28 - not yet released. Add fdopendir. JRA. */ /* Leave at 28 - not yet released. Rename open function to open_fn. - gd */ /* Leave at 28 - not yet released. Make getwd function always return malloced memory. JRA. */ -#define SMB_VFS_INTERFACE_VERSION 28 +/* Bump to version 29 - Samba 3.6.0 will ship with interface version 28. */ +#define SMB_VFS_INTERFACE_VERSION 29 /* All intercepted VFS operations must be declared as static functions inside module source |