mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r2543: Catch one more use of sub_get_remote_machine().
Andrew Bartlett
(This used to be commit d483d88674
)
This commit is contained in:
parent
79ae828819
commit
964d46138d
@ -239,11 +239,12 @@ NTSTATUS make_user_info_netlogon_interactive(struct auth_usersupplied_info **use
|
||||
NTSTATUS make_user_info_for_reply_enc(struct auth_usersupplied_info **user_info,
|
||||
const char *smb_name,
|
||||
const char *client_domain,
|
||||
const char *remote_machine,
|
||||
DATA_BLOB lm_resp, DATA_BLOB nt_resp)
|
||||
{
|
||||
return make_user_info_map(user_info, smb_name,
|
||||
client_domain,
|
||||
sub_get_remote_machine(),
|
||||
remote_machine,
|
||||
lm_resp.data ? &lm_resp : NULL,
|
||||
nt_resp.data ? &nt_resp : NULL,
|
||||
NULL, NULL, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user