diff options
| author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:07 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:14 -0800 |
| commit | db52b908c7aed5ae8cd2463010a3e2940c6ee4e9 (patch) | |
| tree | aa40c82887eb2d03618bfb92ebe0389008bc9513 /lib/param/param_functions.c | |
| parent | bbcd0042188757cd17fa69a459b582f42e2b3b4c (diff) | |
| download | samba-db52b908c7aed5ae8cd2463010a3e2940c6ee4e9.tar.gz samba-db52b908c7aed5ae8cd2463010a3e2940c6ee4e9.tar.xz samba-db52b908c7aed5ae8cd2463010a3e2940c6ee4e9.zip | |
param: rename lp function and variable from "lprmcommand" to "lprm_command"
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 2661c469a0..a68dcff2fc 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(lpq_command, lpq_command) -FN_LOCAL_STRING(lprmcommand, lprmcommand) +FN_LOCAL_STRING(lprm_command, lprm_command) FN_LOCAL_STRING(lppause_command, lppause_command) FN_LOCAL_STRING(lpresume_command, lpresume_command) FN_LOCAL_STRING(queuepausecommand, queuepausecommand) |
