diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-11 09:59:48 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-05-13 10:12:26 +1000 |
commit | 82fb4ebca761521bddf3a8a76b41b061569995e4 (patch) | |
tree | 8bfc1d5a29bfa1eb56eff4accbab4d7219bcd977 /source3 | |
parent | 468fb4fee49aa0cd1919fcd3803d2490e2ac568d (diff) | |
download | samba-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.c | 4 |
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. */ |