1
0
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:
Andrew Bartlett 2010-05-11 09:59:48 +10:00
parent 468fb4fee4
commit 82fb4ebca7

View File

@ -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. */