summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:23 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:44 -0800
commitcbb3381f76064bc4d8df6ce2bb021f2bf7ff0347 (patch)
tree67816550aa6d908c421bb535f252d97c2443606a /lib/param/param_functions.c
parent00c55b25b63a7f2b98b7089b9a5269e9f52e6bf2 (diff)
downloadsamba-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_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 07e8727df0..03476b99d7 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -62,7 +62,7 @@ FN_LOCAL_STRING(lprmcommand, lprmcommand)
FN_LOCAL_STRING(lppausecommand, lppausecommand)
FN_LOCAL_STRING(lpresumecommand, lpresumecommand)
FN_LOCAL_STRING(queuepausecommand, queuepausecommand)
-FN_LOCAL_STRING(queueresumecommand, szQueueresumecommand)
+FN_LOCAL_STRING(queueresumecommand, queueresumecommand)
static FN_LOCAL_STRING(_printername, szPrintername)
FN_LOCAL_CONST_STRING(printjob_username, szPrintjobUsername)
FN_LOCAL_STRING(magicscript, szMagicScript)