From 7647bd0653a7a66122be0274a3ed07ffafeaaa92 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:34 +1300 Subject: param: Rename variable used for lp_inherit_perms bInheritPerms Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 6366fb6838..40b9cc0852 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -247,7 +247,7 @@ static struct loadparm_service sDefault = .dos_filetime_resolution = false, .fake_dir_create_times = false, .blocking_locks = true, - .bInheritPerms = false, + .inherit_perms = false, .bInheritACLS = false, .bInheritOwner = false, .msdfs_root = false, -- cgit