1
0
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:
Volker Lendecke 0001-01-01 00:00:00 +00:00
parent 247b9c3eba
commit 50ea73426f

View File

@ -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);