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:
parent
e8ef799c4b
commit
664bc885d9
@ -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);
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user