summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:22 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:44 -0800
commit76401c563eea5f3d5e6f3a372dc18d64b803b658 (patch)
treed15ca4dce95c25eaa8d4128e23d24f696e478804 /lib/param/param_functions.c
parent8989309382e47cf0a2f23e2b0a0a7a767da37568 (diff)
downloadsamba-76401c563eea5f3d5e6f3a372dc18d64b803b658.tar.gz
samba-76401c563eea5f3d5e6f3a372dc18d64b803b658.tar.xz
samba-76401c563eea5f3d5e6f3a372dc18d64b803b658.zip
param: Rename variable used for lp_lprmcommand szLprmcommand
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 76bf31667c..ffaf155414 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -58,7 +58,7 @@ FN_LOCAL_LIST(valid_users, valid_users)
FN_LOCAL_LIST(admin_users, admin_users)
FN_LOCAL_STRING(printcommand, printcommand)
FN_LOCAL_STRING(lpqcommand, lpqcommand)
-FN_LOCAL_STRING(lprmcommand, szLprmcommand)
+FN_LOCAL_STRING(lprmcommand, lprmcommand)
FN_LOCAL_STRING(lppausecommand, szLppausecommand)
FN_LOCAL_STRING(lpresumecommand, szLpresumecommand)
FN_LOCAL_STRING(queuepausecommand, szQueuepausecommand)