diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:20 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:00 -0800 |
commit | fe6b608d69407e3b24409deecc9586872690d704 (patch) | |
tree | c13126980c4001f6a132719bbdbd329fd197320e /lib/param/param_table.c | |
parent | 5299ed14e14297864f6e7d7b6d155f37778bb1b5 (diff) | |
download | samba-fe6b608d69407e3b24409deecc9586872690d704.tar.gz samba-fe6b608d69407e3b24409deecc9586872690d704.tar.xz samba-fe6b608d69407e3b24409deecc9586872690d704.zip |
param: Rename variable used for lp_usernamelevel unamelevel
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 3f743dde3d..09bc19a13d 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -665,7 +665,7 @@ static struct parm_struct parm_table[] = { .label = "username level", .type = P_INTEGER, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(unamelevel), + .offset = GLOBAL_VAR(usernamelevel), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |