diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:36 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:48 -0800 |
commit | 473b1cd0b3e067fe5b369b8ced9ec1acfa3a397f (patch) | |
tree | ac62890c511c7c4da16595e62d464fd9e269a4b1 /lib/param/param_table.c | |
parent | 19b2b00520aa79fc2cb58d6641c916820ec3e1b0 (diff) | |
download | samba-473b1cd0b3e067fe5b369b8ced9ec1acfa3a397f.tar.gz samba-473b1cd0b3e067fe5b369b8ced9ec1acfa3a397f.tar.xz samba-473b1cd0b3e067fe5b369b8ced9ec1acfa3a397f.zip |
param: Rename variable used for lp_profile_acls bProfileAcls
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_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 053467b383..25289b91e4 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1492,7 +1492,7 @@ static struct parm_struct parm_table[] = { .label = "profile acls", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bProfileAcls), + .offset = LOCAL_VAR(profile_acls), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE, |