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 | bbcd0042188757cd17fa69a459b582f42e2b3b4c (patch) | |
| tree | e6b4958c8a08e8fe08669d8ee15c75691ad37f68 /lib/param/param_functions.c | |
| parent | b8eedddc2faa19dce649dd220c42f5aa65fbbc92 (diff) | |
| download | samba-bbcd0042188757cd17fa69a459b582f42e2b3b4c.tar.gz samba-bbcd0042188757cd17fa69a459b582f42e2b3b4c.tar.xz samba-bbcd0042188757cd17fa69a459b582f42e2b3b4c.zip | |
param: rename lp function and variable from "lpresumecommand" to "lpresume_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 1ae36bb305..2661c469a0 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -60,7 +60,7 @@ FN_LOCAL_STRING(printcommand, printcommand) FN_LOCAL_STRING(lpq_command, lpq_command) FN_LOCAL_STRING(lprmcommand, lprmcommand) FN_LOCAL_STRING(lppause_command, lppause_command) -FN_LOCAL_STRING(lpresumecommand, lpresumecommand) +FN_LOCAL_STRING(lpresume_command, lpresume_command) FN_LOCAL_STRING(queuepausecommand, queuepausecommand) FN_LOCAL_STRING(queueresumecommand, queueresumecommand) FN_LOCAL_STRING(_printername, _printername) |
