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_table.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_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 5cf4edd8de..d6fc5a791e 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2203,7 +2203,7 @@ static struct parm_struct parm_table[] = { .label = "lppause command", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(lppausecommand), + .offset = LOCAL_VAR(lppause_command), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL, |