diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:35 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:48 -0800 |
commit | 65f2c180b031e1dcc6d1e63eb8ff6c84fdc6bd4a (patch) | |
tree | 915baea3e350a339e07293dbc394eb6be42d66c0 /lib/param/param_functions.c | |
parent | c9116b36c80b576054aab0a2a71c9568818bd372 (diff) | |
download | samba-65f2c180b031e1dcc6d1e63eb8ff6c84fdc6bd4a.tar.gz samba-65f2c180b031e1dcc6d1e63eb8ff6c84fdc6bd4a.tar.xz samba-65f2c180b031e1dcc6d1e63eb8ff6c84fdc6bd4a.zip |
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/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 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) |