summaryrefslogtreecommitdiff
path: root/libcli/auth/credentials.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-08-25 12:02:38 +0200
committerGünther Deschner <gd@samba.org>2009-08-27 15:55:20 +0200
commite115cb5cb153f75fe1d97dcd6037da2796a44e64 (patch)
tree62b455b4ca4246d82ba2bd51d6e7755fc7fedbb6 /libcli/auth/credentials.c
parent360868b6e8ab033993f528d09f803eac660536db (diff)
downloadsamba-e115cb5cb153f75fe1d97dcd6037da2796a44e64.tar.gz
samba-e115cb5cb153f75fe1d97dcd6037da2796a44e64.tar.bz2
samba-e115cb5cb153f75fe1d97dcd6037da2796a44e64.zip
libcli/auth: remember schannel type in netlogon_creds_server_init()
metze Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'libcli/auth/credentials.c')
-rw-r--r--libcli/auth/credentials.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/auth/credentials.c b/libcli/auth/credentials.c
index dc84ffb474..9029576559 100644
--- a/libcli/auth/credentials.c
+++ b/libcli/auth/credentials.c
@@ -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) {