mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
Removed use of 'domain controller' parameter for browsing system
as Luke recommends. jallison@whistle.com (This used to be commit bad6ec12725d127482a3f5b3e9a9b624d47aeecf)
This commit is contained in:
parent
73cf65bcdd
commit
109137d861
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user