diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:06 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:58 -0800 |
| commit | e7e11305251b616f9011ee07672ce8e0d82ab944 (patch) | |
| tree | 81d3d9f5d35b0997112d94efa86917f32594cde2 /lib | |
| parent | 32b2011dc35585ebdc528d150189a439ed921339 (diff) | |
| download | samba-e7e11305251b616f9011ee07672ce8e0d82ab944.tar.gz samba-e7e11305251b616f9011ee07672ce8e0d82ab944.tar.xz samba-e7e11305251b616f9011ee07672ce8e0d82ab944.zip | |
param: Rename variable used for lp_algorithmic_rid_base AlgorithmicRidBase
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')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 7b4170abef..abf5fb9cee 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -271,7 +271,7 @@ FN_GLOBAL_CONST_STRING(winbind_separator, winbind_separator) FN_GLOBAL_CONST_STRING(workgroup, workgroup) FN_GLOBAL_CONST_STRING(wtmpdir, wtmpdir) FN_GLOBAL_INTEGER(afs_token_lifetime, afs_token_lifetime) -FN_GLOBAL_INTEGER(algorithmic_rid_base, AlgorithmicRidBase) +FN_GLOBAL_INTEGER(algorithmic_rid_base, algorithmic_rid_base) FN_GLOBAL_INTEGER(allow_dns_updates, allow_dns_updates) FN_GLOBAL_INTEGER(cldap_port, cldap_port) FN_GLOBAL_INTEGER(client_ldap_sasl_wrapping, client_ldap_sasl_wrapping) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 41f8e3a819..bfd31290a2 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -547,7 +547,7 @@ static struct parm_struct parm_table[] = { .label = "algorithmic rid base", .type = P_INTEGER, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(AlgorithmicRidBase), + .offset = GLOBAL_VAR(algorithmic_rid_base), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
