diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:23 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:44 -0800 |
commit | cbb3381f76064bc4d8df6ce2bb021f2bf7ff0347 (patch) | |
tree | 67816550aa6d908c421bb535f252d97c2443606a /lib/param/param_table.c | |
parent | 00c55b25b63a7f2b98b7089b9a5269e9f52e6bf2 (diff) | |
download | samba-cbb3381f76064bc4d8df6ce2bb021f2bf7ff0347.tar.gz samba-cbb3381f76064bc4d8df6ce2bb021f2bf7ff0347.tar.xz samba-cbb3381f76064bc4d8df6ce2bb021f2bf7ff0347.zip |
param: Rename variable used for lp_queueresumecommand szQueueresumecommand
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 461634b07e..94e7fd4fb3 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2230,7 +2230,7 @@ static struct parm_struct parm_table[] = { .label = "queueresume command", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szQueueresumecommand), + .offset = LOCAL_VAR(queueresumecommand), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL, |