mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
parent
afb163efb7
commit
45db92cc72
@ -671,7 +671,8 @@ static NTSTATUS libnet_join_joindomain_rpc(TALLOC_CTX *mem_ctx,
|
|||||||
0xe005000b, &user_pol,
|
0xe005000b, &user_pol,
|
||||||
&user_rid);
|
&user_rid);
|
||||||
if (NT_STATUS_EQUAL(status, NT_STATUS_USER_EXISTS)) {
|
if (NT_STATUS_EQUAL(status, NT_STATUS_USER_EXISTS)) {
|
||||||
if (!(r->in.join_flags & WKSSVC_JOIN_FLAGS_DOMAIN_JOIN_IF_JOINED)) {
|
if (!(r->in.join_flags &
|
||||||
|
WKSSVC_JOIN_FLAGS_DOMAIN_JOIN_IF_JOINED)) {
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user