mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
s3:winbindd Remove call to namecache_enable().
This call only prints a DEBUG() Andrew Bartlett
This commit is contained in:
parent
468fb4fee4
commit
82fb4ebca7
@ -1166,10 +1166,6 @@ int main(int argc, char **argv, char **envp)
|
||||
return False;
|
||||
}
|
||||
|
||||
/* Enable netbios namecache */
|
||||
|
||||
namecache_enable();
|
||||
|
||||
/* Unblock all signals we are interested in as they may have been
|
||||
blocked by the parent process. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user