From 82fb4ebca761521bddf3a8a76b41b061569995e4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 11 May 2010 09:59:48 +1000 Subject: s3:winbindd Remove call to namecache_enable(). This call only prints a DEBUG() Andrew Bartlett --- source3/winbindd/winbindd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index f651e6079b..2484fa0f2e 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -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. */ -- cgit