summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-11 09:59:48 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-13 10:12:26 +1000
commit82fb4ebca761521bddf3a8a76b41b061569995e4 (patch)
tree8bfc1d5a29bfa1eb56eff4accbab4d7219bcd977 /source3
parent468fb4fee49aa0cd1919fcd3803d2490e2ac568d (diff)
downloadsamba-82fb4ebca761521bddf3a8a76b41b061569995e4.tar.gz
samba-82fb4ebca761521bddf3a8a76b41b061569995e4.tar.bz2
samba-82fb4ebca761521bddf3a8a76b41b061569995e4.zip
s3:winbindd Remove call to namecache_enable().
This call only prints a DEBUG() Andrew Bartlett
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd.c4
1 files changed, 0 insertions, 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. */