1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

fix bug #47; revert registration of workgroup<1b> to 2.2 behavior

(This used to be commit 016f6b4e19c2b8e4f5e1d010cc428ca194650140)
This commit is contained in:
Gerald Carter 2003-05-08 21:19:58 +00:00
parent 27d68a306d
commit 417d0e9afc

View File

@ -375,7 +375,7 @@ void add_domain_names(time_t t)
add_logon_names();
/* Do the domain master names. */
if(lp_server_role() == ROLE_DOMAIN_PDC)
if(lp_domain_master())
{
if(we_are_a_wins_client())
{