Merge from HEAD:
[tprouty/samba.git] / source / nsswitch / winbindd.c
index 815d69148530be13483aa160e85932b1fbc9eb24..b70a4dd3b4039fda8b8989930f803cb626b1288e 100644 (file)
@@ -264,6 +264,7 @@ static struct dispatch_table dispatch_table[] = {
        { WINBINDD_INFO, winbindd_info, "INFO" },
        { WINBINDD_INTERFACE_VERSION, winbindd_interface_version, "INTERFACE_VERSION" },
        { WINBINDD_DOMAIN_NAME, winbindd_domain_name, "DOMAIN_NAME" },
+       { WINBINDD_NETBIOS_NAME, winbindd_netbios_name, "NETBIOS_NAME" },
 
        /* WINS functions */
 
@@ -901,7 +902,6 @@ static void usage(void)
 
        process_loop();
 
-       trustdom_cache_shutdown();
        uni_group_cache_shutdown();
        return 0;
 }