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 eccc149564..b310c6ef1e 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -174,7 +174,7 @@ FN_GLOBAL_BOOL(debug_uid, debug_uid) FN_GLOBAL_BOOL(defer_sharing_violations, defer_sharing_violations) FN_GLOBAL_BOOL(disable_netbios, disable_netbios) FN_GLOBAL_BOOL(_disable_spoolss, _disable_spoolss) -FN_GLOBAL_BOOL(_domain_logons, bDomainLogons) +FN_GLOBAL_BOOL(_domain_logons, _domain_logons) FN_GLOBAL_BOOL(enable_asu_support, bASUSupport) FN_GLOBAL_BOOL(enable_core_files, bEnableCoreFiles) FN_GLOBAL_BOOL(enable_privileges, bEnablePrivileges) |