diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-05-22 18:17:55 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-05-22 18:17:55 +0000 |
commit | bad6ec12725d127482a3f5b3e9a9b624d47aeecf (patch) | |
tree | 4c4ed6a8ec00b2d1001707cc1aac03281fd96729 /source | |
parent | 22243ffaa4f5400936f5cb5159b73abc559d9515 (diff) | |
download | samba-bad6ec12725d127482a3f5b3e9a9b624d47aeecf.tar.gz |
Removed use of 'domain controller' parameter for browsing system
as Luke recommends. jallison@whistle.com
Diffstat (limited to 'source')
-rw-r--r-- | source/nameannounce.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nameannounce.c b/source/nameannounce.c index 7d7a95334c9..b1d13ce7ac8 100644 --- a/source/nameannounce.c +++ b/source/nameannounce.c @@ -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. |