mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Remove some more references to global_myname() in libnet_join.
Guenther (This used to be commit ed4960baccf687b77c2b0f4ee64cbce2005f3abb)
This commit is contained in:
parent
136b02de5e
commit
2c591e05c9
@ -611,7 +611,7 @@ static NTSTATUS libnet_join_joindomain_rpc(TALLOC_CTX *mem_ctx,
|
||||
goto done;
|
||||
}
|
||||
|
||||
acct_name = talloc_asprintf(mem_ctx, "%s$", global_myname());
|
||||
acct_name = talloc_asprintf(mem_ctx, "%s$", r->in.machine_name);
|
||||
strlower_m(acct_name);
|
||||
const_acct_name = acct_name;
|
||||
|
||||
@ -773,7 +773,7 @@ static NTSTATUS libnet_join_unjoindomain_rpc(TALLOC_CTX *mem_ctx,
|
||||
goto done;
|
||||
}
|
||||
|
||||
acct_name = talloc_asprintf(mem_ctx, "%s$", global_myname());
|
||||
acct_name = talloc_asprintf(mem_ctx, "%s$", r->in.machine_name);
|
||||
strlower_m(acct_name);
|
||||
const_acct_name = acct_name;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user