mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli/auth: remember schannel type in netlogon_creds_server_init()
metze Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
360868b6e8
commit
e115cb5cb1
@ -328,6 +328,7 @@ struct netlogon_creds_CredentialState *netlogon_creds_server_init(TALLOC_CTX *me
|
||||
}
|
||||
|
||||
creds->negotiate_flags = negotiate_flags;
|
||||
creds->secure_channel_type = secure_channel_type;
|
||||
|
||||
creds->computer_name = talloc_strdup(creds, client_computer_name);
|
||||
if (!creds->computer_name) {
|
||||
|
Loading…
Reference in New Issue
Block a user