Removed use of 'domain controller' parameter for browsing system
authorSamba Release Account <samba-bugs@samba.org>
Thu, 22 May 1997 18:17:55 +0000 (18:17 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Thu, 22 May 1997 18:17:55 +0000 (18:17 +0000)
as Luke recommends. jallison@whistle.com

source/nameannounce.c

index 7d7a95334c97b4302e963514a8a78fe18d6b7385..b1d13ce7ac89bfbf9c727995164570d74b4b6a9e 100644 (file)
@@ -432,6 +432,9 @@ workgroup %s\n", am_master, work->work_group));
       char *name;
       int   type;
 
+#if 0 /* I don't think this option should be used for this purpose. 
+         JRA.
+       */
       if (*lp_domain_controller())
         {
           /* the domain controller option is used to manually specify
@@ -446,6 +449,7 @@ workgroup %s\n", am_master, work->work_group));
           type = 0x20;
         }
       else
+#endif /* REMOVE SUSPECT CODE. */
         {
           /* assume that the domain master browser we want to sync
              with is our own domain.