summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:35 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:48 -0800
commit65f2c180b031e1dcc6d1e63eb8ff6c84fdc6bd4a (patch)
tree915baea3e350a339e07293dbc394eb6be42d66c0 /lib/param
parentc9116b36c80b576054aab0a2a71c9568818bd372 (diff)
param: Rename variable used for lp_inherit_owner bInheritOwner
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index ca0c829a66..9b97531f9e 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -118,7 +118,7 @@ FN_LOCAL_BOOL(fake_dir_create_times, fake_dir_create_times)
FN_LOCAL_BOOL(blocking_locks, blocking_locks)
FN_LOCAL_BOOL(inherit_perms, inherit_perms)
FN_LOCAL_BOOL(inherit_acls, inherit_acls)
-FN_LOCAL_BOOL(inherit_owner, bInheritOwner)
+FN_LOCAL_BOOL(inherit_owner, inherit_owner)
FN_LOCAL_BOOL(use_client_driver, bUseClientDriver)
FN_LOCAL_BOOL(default_devmode, bDefaultDevmode)
FN_LOCAL_BOOL(force_printername, bForcePrintername)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 68627834f1..bf64018fd5 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -999,7 +999,7 @@ static struct parm_struct parm_table[] = {
.label = "inherit owner",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bInheritOwner),
+ .offset = LOCAL_VAR(inherit_owner),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,