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 | d9e12da374622b4f8f068e708276b5b6d9529236 (patch) | |
tree | 52360661c45ce406ab98261f85714b5ffa1f27d2 /lib/param/param_functions.c | |
parent | 76401c563eea5f3d5e6f3a372dc18d64b803b658 (diff) | |
download | samba-d9e12da374622b4f8f068e708276b5b6d9529236.tar.gz samba-d9e12da374622b4f8f068e708276b5b6d9529236.tar.xz samba-d9e12da374622b4f8f068e708276b5b6d9529236.zip |
param: Rename variable used for lp_lppausecommand szLppausecommand
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 ffaf155414..631f748af1 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -59,7 +59,7 @@ FN_LOCAL_LIST(admin_users, admin_users) FN_LOCAL_STRING(printcommand, printcommand) FN_LOCAL_STRING(lpqcommand, lpqcommand) FN_LOCAL_STRING(lprmcommand, lprmcommand) -FN_LOCAL_STRING(lppausecommand, szLppausecommand) +FN_LOCAL_STRING(lppausecommand, lppausecommand) FN_LOCAL_STRING(lpresumecommand, szLpresumecommand) FN_LOCAL_STRING(queuepausecommand, szQueuepausecommand) FN_LOCAL_STRING(queueresumecommand, szQueueresumecommand) |