summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-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 ac342d0820..8d7ee2b075 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -85,7 +85,7 @@ static struct vfs_ops default_vfs_ops = {
NULL,
#else
vfswrap_chmod_acl,
- vfswrap_fchmod_acl
+ vfswrap_fchmod_acl,
#endif
vfswrap_sys_acl_get_entry,
vfswrap_sys_acl_get_tag_type,