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 | 00c55b25b63a7f2b98b7089b9a5269e9f52e6bf2 (patch) | |
tree | 8388e7267ff159b3792408ab22684df917f55535 /lib/param/param_functions.c | |
parent | 7198e8bb8cb07361006c373e46784fc95b9d7667 (diff) | |
download | samba-00c55b25b63a7f2b98b7089b9a5269e9f52e6bf2.tar.gz samba-00c55b25b63a7f2b98b7089b9a5269e9f52e6bf2.tar.xz samba-00c55b25b63a7f2b98b7089b9a5269e9f52e6bf2.zip |
param: Rename variable used for lp_queuepausecommand szQueuepausecommand
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 6dd5f22e3c..07e8727df0 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -61,7 +61,7 @@ FN_LOCAL_STRING(lpqcommand, lpqcommand) FN_LOCAL_STRING(lprmcommand, lprmcommand) FN_LOCAL_STRING(lppausecommand, lppausecommand) FN_LOCAL_STRING(lpresumecommand, lpresumecommand) -FN_LOCAL_STRING(queuepausecommand, szQueuepausecommand) +FN_LOCAL_STRING(queuepausecommand, queuepausecommand) FN_LOCAL_STRING(queueresumecommand, szQueueresumecommand) static FN_LOCAL_STRING(_printername, szPrintername) FN_LOCAL_CONST_STRING(printjob_username, szPrintjobUsername) |