diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:06 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:14 -0800 |
commit | d3460a798a03872bf3d30391799162c1c4358e9d (patch) | |
tree | e6555b5ef716c44ebebeab6b1f15602cdd0e1f8c /lib/param/param_functions.c | |
parent | cd17020e66204a674dd32639930498e172b342e5 (diff) | |
download | samba-d3460a798a03872bf3d30391799162c1c4358e9d.tar.gz samba-d3460a798a03872bf3d30391799162c1c4358e9d.tar.xz samba-d3460a798a03872bf3d30391799162c1c4358e9d.zip |
param: rename lp function and variable from "lppausecommand" to "lppause_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 7167aec9fa..48b92fec02 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, lppausecommand) +FN_LOCAL_STRING(lppause_command, lppause_command) FN_LOCAL_STRING(lpresumecommand, lpresumecommand) FN_LOCAL_STRING(queuepausecommand, queuepausecommand) FN_LOCAL_STRING(queueresumecommand, queueresumecommand) |