summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 7f2a0d8ba1..7a984be40e 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -231,7 +231,7 @@ FN_GLOBAL_BOOL(winbind_nested_groups, winbind_nested_groups)
FN_GLOBAL_BOOL(winbind_normalize_names, winbind_normalize_names)
FN_GLOBAL_BOOL(winbind_offline_logon, winbind_offline_logon)
FN_GLOBAL_BOOL(winbind_refresh_tickets, winbind_refresh_tickets)
-FN_GLOBAL_BOOL(winbind_rpc_only, bWinbindRpcOnly)
+FN_GLOBAL_BOOL(winbind_rpc_only, winbind_rpc_only)
FN_GLOBAL_BOOL(winbind_sealed_pipes, bWinbindSealedPipes)
FN_GLOBAL_BOOL(winbind_trusted_domains_only, bWinbindTrustedDomainsOnly)
FN_GLOBAL_BOOL(winbind_use_default_domain, bWinbindUseDefaultDomain)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index c29109348f..ccaa81fc8b 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -4121,7 +4121,7 @@ static struct parm_struct parm_table[] = {
.label = "winbind rpc only",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bWinbindRpcOnly),
+ .offset = GLOBAL_VAR(winbind_rpc_only),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,