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 | 7198e8bb8cb07361006c373e46784fc95b9d7667 (patch) | |
| tree | 6ea662607a17853b0f3977f8e817444dc199f478 /lib/param | |
| parent | d9e12da374622b4f8f068e708276b5b6d9529236 (diff) | |
| download | samba-7198e8bb8cb07361006c373e46784fc95b9d7667.tar.gz samba-7198e8bb8cb07361006c373e46784fc95b9d7667.tar.xz samba-7198e8bb8cb07361006c373e46784fc95b9d7667.zip | |
param: Rename variable used for lp_lpresumecommand szLpresumecommand
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')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 631f748af1..6dd5f22e3c 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -60,7 +60,7 @@ FN_LOCAL_STRING(printcommand, printcommand) FN_LOCAL_STRING(lpqcommand, lpqcommand) FN_LOCAL_STRING(lprmcommand, lprmcommand) FN_LOCAL_STRING(lppausecommand, lppausecommand) -FN_LOCAL_STRING(lpresumecommand, szLpresumecommand) +FN_LOCAL_STRING(lpresumecommand, lpresumecommand) FN_LOCAL_STRING(queuepausecommand, szQueuepausecommand) FN_LOCAL_STRING(queueresumecommand, szQueueresumecommand) static FN_LOCAL_STRING(_printername, szPrintername) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 0d9a207e6e..96a2f5a0e3 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2212,7 +2212,7 @@ static struct parm_struct parm_table[] = { .label = "lpresume command", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szLpresumecommand), + .offset = LOCAL_VAR(lpresumecommand), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL, |
