summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-03-12 16:32:25 +0000
committerJim McDonough <jmcd@samba.org>2002-03-12 16:32:25 +0000
commit96e4282dca757e8621d23a54fb7203c93d2d41fc (patch)
tree865059cb85d244846080ee3639ca55d1e39246cc
parent4490ad340cff1ea2a5b519150ad5c49bcea23766 (diff)
downloadsamba-96e4282dca757e8621d23a54fb7203c93d2d41fc.tar.gz
samba-96e4282dca757e8621d23a54fb7203c93d2d41fc.tar.xz
samba-96e4282dca757e8621d23a54fb7203c93d2d41fc.zip
Missing comma from systems that have ACLs.
-rw-r--r--source/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/vfs.c b/source/smbd/vfs.c
index ac342d08209..8d7ee2b0756 100644
--- a/source/smbd/vfs.c
+++ b/source/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,