Missing comma from systems that have ACLs.
authorJim McDonough <jmcd@samba.org>
Tue, 12 Mar 2002 16:32:25 +0000 (16:32 +0000)
committerJim McDonough <jmcd@samba.org>
Tue, 12 Mar 2002 16:32:25 +0000 (16:32 +0000)
source/smbd/vfs.c

index ac342d08209f41dee5f33a081c8c22ae3376e47b..8d7ee2b075626286059592d7a4343f3988ddd290 100644 (file)
@@ -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,