diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:31 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:03 -0800 |
| commit | ef3bfd73edb203fd5ced81857ef92573cd65c373 (patch) | |
| tree | 9137858d09a29c77b28628fdd404a2c2f9c25cf6 /lib/param/param_table.c | |
| parent | 1f9209a5505d5a5bb99b991d03ed2de70b6f0a39 (diff) | |
param: Rename variable used for lp_log_nt_token_command szLogNtTokenCommand
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 fe1089180d..0bfa6d4103 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3517,7 +3517,7 @@ static struct parm_struct parm_table[] = { .label = "log nt token command", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szLogNtTokenCommand), + .offset = GLOBAL_VAR(log_nt_token_command), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
