summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-05-28 17:03:18 -0400
committerAndrew Bartlett <abartlet@samba.org>2010-06-07 22:53:07 +1000
commitaaf45cd48ecf8e9f640a6f487b66785d47b8154a (patch)
tree8a7a8efa994b3b183e496ccd64354146053e6813 /source3/include/auth.h
parentaa1a3cbad2ed62d5b59c48a6e7726eef4776f461 (diff)
downloadsamba-aaf45cd48ecf8e9f640a6f487b66785d47b8154a.tar.gz
samba-aaf45cd48ecf8e9f640a6f487b66785d47b8154a.tar.bz2
samba-aaf45cd48ecf8e9f640a6f487b66785d47b8154a.zip
s3:auth remove unused structure member
sids are now completely handled using info3, remove dead code that fills server info sids and the structure members themselves Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 2e22ca70c5..9e55eeec59 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -49,10 +49,6 @@ struct auth_serversupplied_info {
bool guest;
bool system;
- struct dom_sid *sids; /* These SIDs are preliminary between
- check_ntlm_password and the token creation. */
- size_t num_sids;
-
struct unix_user_token utok;
/* NT group information taken from the info3 structure */