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
commit8989309382e47cf0a2f23e2b0a0a7a767da37568 (patch)
tree9a118b6cf01112819246676ae2fc926f599c0ef8 /lib/param/param_functions.c
parent042a1bf8fe2fb0b237c5d3107c78c4bc9ab94426 (diff)
downloadsamba-8989309382e47cf0a2f23e2b0a0a7a767da37568.tar.gz
samba-8989309382e47cf0a2f23e2b0a0a7a767da37568.tar.xz
samba-8989309382e47cf0a2f23e2b0a0a7a767da37568.zip
param: Rename variable used for lp_lpqcommand szLpqcommand
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 8515645aa4..76bf31667c 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -57,7 +57,7 @@ FN_LOCAL_LIST(invalid_users, invalid_users)
FN_LOCAL_LIST(valid_users, valid_users)
FN_LOCAL_LIST(admin_users, admin_users)
FN_LOCAL_STRING(printcommand, printcommand)
-FN_LOCAL_STRING(lpqcommand, szLpqcommand)
+FN_LOCAL_STRING(lpqcommand, lpqcommand)
FN_LOCAL_STRING(lprmcommand, szLprmcommand)
FN_LOCAL_STRING(lppausecommand, szLppausecommand)
FN_LOCAL_STRING(lpresumecommand, szLpresumecommand)