diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:27 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:02 -0800 |
| commit | 0c2a7ab18a4622a322e67dfcee02056cf6cfc325 (patch) | |
| tree | ab33f6b65f566df16e4e66b543c22c442d561224 /lib/param/param_table.c | |
| parent | de281b6e76df917750ac602a33fb75e7219b525c (diff) | |
param: Rename variable used for lp_auto_services szAutoServices
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
| -rw-r--r-- | lib/param/param_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index f49769d21d..f10dfe25c4 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3280,7 +3280,7 @@ static struct parm_struct parm_table[] = { .label = "preload", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szAutoServices), + .offset = GLOBAL_VAR(auto_services), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -3289,7 +3289,7 @@ static struct parm_struct parm_table[] = { .label = "auto services", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szAutoServices), + .offset = GLOBAL_VAR(auto_services), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
