diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:24 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:44 -0800 |
| commit | 1204a2a43d0da456541a7cedd5b30c8ab64331e6 (patch) | |
| tree | da6cdc376060a5197f62c043197c184cb06db794 /lib/param | |
| parent | cbb3381f76064bc4d8df6ce2bb021f2bf7ff0347 (diff) | |
| download | samba-1204a2a43d0da456541a7cedd5b30c8ab64331e6.tar.gz samba-1204a2a43d0da456541a7cedd5b30c8ab64331e6.tar.xz samba-1204a2a43d0da456541a7cedd5b30c8ab64331e6.zip | |
param: Rename variable used for lp_printjob_username szPrintjobUsername
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 03476b99d7..b589fed18e 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -64,7 +64,7 @@ FN_LOCAL_STRING(lpresumecommand, lpresumecommand) FN_LOCAL_STRING(queuepausecommand, queuepausecommand) FN_LOCAL_STRING(queueresumecommand, queueresumecommand) static FN_LOCAL_STRING(_printername, szPrintername) -FN_LOCAL_CONST_STRING(printjob_username, szPrintjobUsername) +FN_LOCAL_CONST_STRING(printjob_username, printjob_username) FN_LOCAL_STRING(magicscript, szMagicScript) FN_LOCAL_STRING(magicoutput, szMagicOutput) FN_LOCAL_STRING(comment, comment) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 94e7fd4fb3..7c4097dc00 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2339,7 +2339,7 @@ static struct parm_struct parm_table[] = { .label = "printjob username", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szPrintjobUsername), + .offset = LOCAL_VAR(printjob_username), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT, |
