diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:44:15 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:43 -0800 |
commit | a79d074dda3a08a461450339a389ecaa56ca417b (patch) | |
tree | b73adf85a158c1144b6b67d6a1562ab0b65c8baf /lib/param/param_table.c | |
parent | de83893e1ddd280c25142d7afb8d17a18625e7b5 (diff) | |
download | samba-a79d074dda3a08a461450339a389ecaa56ca417b.tar.gz samba-a79d074dda3a08a461450339a389ecaa56ca417b.tar.xz samba-a79d074dda3a08a461450339a389ecaa56ca417b.zip |
param: Rename variable used for lp_username_map szUsernameMap
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 09a32e0fd9..fae27be021 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -656,7 +656,7 @@ static struct parm_struct parm_table[] = { .label = "username map", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szUsernameMap), + .offset = GLOBAL_VAR(usernameMap), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |