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

s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain ever

This commit is contained in:
Volker Lendecke 2009-11-23 13:58:23 +01:00
parent e8ef799c4b
commit 664bc885d9

View File

@ -404,12 +404,12 @@ NTSTATUS _wbint_CheckMachineAccount(pipes_struct *p,
int num_retries = 0;
NTSTATUS status;
again:
domain = wb_child_domain();
if (domain == NULL) {
return NT_STATUS_REQUEST_NOT_ACCEPTED;
}
again:
invalidate_cm_connection(&domain->conn);
{