libcli/auth: remember schannel type in netlogon_creds_server_init()
authorStefan Metzmacher <metze@samba.org>
Tue, 25 Aug 2009 10:02:38 +0000 (12:02 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 27 Aug 2009 13:55:20 +0000 (15:55 +0200)
metze

Signed-off-by: Günther Deschner <gd@samba.org>
libcli/auth/credentials.c

index dc84ffb474594c3ca67949d4db103dd4d04d90e4..90295765590660195f29ed2f333c55aa80f01795 100644 (file)
@@ -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) {