diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 9332df3cd2..188c83f22f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1767,15 +1767,6 @@ struct node_status_extra { /* There really is more here ... */ }; -/* For split krb5 SPNEGO blobs. */ -struct pending_auth_data { - struct pending_auth_data *prev, *next; - uint16 vuid; /* Tag for this entry. */ - uint16 smbpid; /* Alternate tag for this entry. */ - size_t needed_len; - DATA_BLOB partial_data; -}; - typedef struct user_struct { struct user_struct *next, *prev; uint16 vuid; /* Tag for this entry. */ |