diff options
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/wins.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nsswitch/wins.c b/nsswitch/wins.c index b4bc788f84..aa02f32ce1 100644 --- a/nsswitch/wins.c +++ b/nsswitch/wins.c @@ -94,8 +94,7 @@ static int wins_lookup_open_socket_in(void) static void nss_wins_init(void) { initialised = 1; - DEBUGLEVEL = 0; - AllowDebugChange = False; + lp_set_cmdline("log level", "0"); TimeInit(); setup_logging("nss_wins",False); |