diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 76dfaa61b6..98019e5c80 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -235,7 +235,7 @@ FN_GLOBAL_BOOL(winbind_rpc_only, winbind_rpc_only) FN_GLOBAL_BOOL(winbind_sealed_pipes, winbind_sealed_pipes) FN_GLOBAL_BOOL(winbind_trusted_domains_only, winbind_trusted_domains_only) FN_GLOBAL_BOOL(winbind_use_default_domain, winbind_use_default_domain) -FN_GLOBAL_BOOL(wins_dns_proxy, bWINSdnsProxy) +FN_GLOBAL_BOOL(wins_dns_proxy, wins_dns_proxy) FN_GLOBAL_BOOL(wins_proxy, bWINSproxy) FN_GLOBAL_CONST_STRING(afs_username_map, szAfsUsernameMap) FN_GLOBAL_CONST_STRING(ctdbd_socket, ctdbdSocket) |