s3:winbindd Remove call to namecache_enable().
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 May 2010 23:59:48 +0000 (09:59 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 May 2010 00:12:26 +0000 (10:12 +1000)
This call only prints a DEBUG()

Andrew Bartlett

source3/winbindd/winbindd.c

index f651e6079b8c793db89116e07f322ed4641a9e6e..2484fa0f2eb45fb6eb9cdc73a0c6cbe91d82faf1 100644 (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. */