mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
From 2.2.
Volker
This commit is contained in:
parent
247b9c3eba
commit
50ea73426f
@ -144,6 +144,12 @@ logons are not enabled.\n", inet_ntoa(p->ip) ));
|
||||
char *q = buf + 2;
|
||||
char *machine = q;
|
||||
|
||||
if (!lp_domain_master())
|
||||
{
|
||||
/* We're not Primary Domain Controller -- ignore this */
|
||||
goto done;
|
||||
}
|
||||
|
||||
getdc = skip_string(machine,1);
|
||||
q = skip_string(getdc,1);
|
||||
q = ALIGN2(q, buf);
|
||||
|
Loading…
Reference in New Issue
Block a user