summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-08-07 21:47:46 +0000
committerJeremy Allison <jra@samba.org>2003-08-07 21:47:46 +0000
commita83bac7571d067b672a181942c8fea6ffbfcc33f (patch)
treef57ee2af641802453ec7582f43c43839397ad2cd /source3/smbd/vfs.c
parent3bbe9c0869ea8653f684afa9a1345f6fa2f80b4b (diff)
downloadsamba-a83bac7571d067b672a181942c8fea6ffbfcc33f.tar.gz
samba-a83bac7571d067b672a181942c8fea6ffbfcc33f.tar.bz2
samba-a83bac7571d067b672a181942c8fea6ffbfcc33f.zip
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
into a patch by "Stefan (metze) Metzmacher" <metze@metzemix.de>. Jeremy. (This used to be commit ce5c91d35dabc5ff6fb3df2b259ed186d6a7e0da)
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 5f3abe7efe..58a8a38792 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -56,6 +56,7 @@ static struct vfs_ops default_vfs = {
vfswrap_disk_free,
vfswrap_get_quota,
vfswrap_set_quota,
+ vfswrap_get_shadow_copy_data,
/* Directory operations */
@@ -140,7 +141,6 @@ static struct vfs_ops default_vfs = {
vfswrap_setxattr,
vfswrap_lsetxattr,
vfswrap_fsetxattr
-
}
};