diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index cb378f471e7..44d219a9e49 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -1485,7 +1485,7 @@ static struct loadparm_context *global_loadparm_context; #include "lib/param/param_functions.c" FN_GLOBAL_INTEGER(server_role, server_role) -FN_GLOBAL_BOOL(domain_logons, domain_logons) +static FN_GLOBAL_BOOL(domain_logons, domain_logons) FN_GLOBAL_INTEGER(domain_master, domain_master) FN_GLOBAL_LIST(smb_ports, smb_ports) FN_GLOBAL_INTEGER(nbt_port, nbt_port) |