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/param_functions.c | |
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/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 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) |