diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:28 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:02 -0800 |
| commit | 56a24526d2aca178e1e5e887af88c2ff1dfdbf55 (patch) | |
| tree | d9e9c153bba9775dfe34264a4988942135f1cb09 /lib/param/param_table.c | |
| parent | 19a01068b618358577b5a6606e23628870f29038 (diff) | |
param: Rename variable used for lp_defaultservice szDefaultService
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 b9c82bc846..28e0e68a09 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3382,7 +3382,7 @@ static struct parm_struct parm_table[] = { .label = "default service", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szDefaultService), + .offset = GLOBAL_VAR(defaultservice), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -3391,7 +3391,7 @@ static struct parm_struct parm_table[] = { .label = "default", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szDefaultService), + .offset = GLOBAL_VAR(defaultservice), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
