From b9377e811e44949070f04efe1c1cd389a7c3aef5 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 12 Mar 2002 16:32:25 +0000 Subject: Missing comma from systems that have ACLs. (This used to be commit 96e4282dca757e8621d23a54fb7203c93d2d41fc) --- source3/smbd/vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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, -- cgit