1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

s3: remove unused schannel_auth_struct.

Guenther
This commit is contained in:
Günther Deschner 2010-02-26 02:51:21 +01:00
parent 274baba4ab
commit ee547e715e

View File

@ -140,12 +140,6 @@ struct kerberos_auth_struct {
DATA_BLOB session_key;
};
/* auth state for schannel. */
struct schannel_auth_struct {
unsigned char sess_key[16];
uint32 seq_num;
};
/* auth state for all bind types. */
struct pipe_auth_data {