From bbcd0042188757cd17fa69a459b582f42e2b3b4c Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 4 Feb 2014 15:09:06 +1300 Subject: param: rename lp function and variable from "lpresumecommand" to "lpresume_command" Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- lib/param/param_table.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/param') 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) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 2cd4f56f47..235fdd14f5 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2212,7 +2212,7 @@ static struct parm_struct parm_table[] = { .label = "lpresume command", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(lpresumecommand), + .offset = LOCAL_VAR(lpresume_command), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL, -- cgit