diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-28 17:03:18 -0400 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-06-07 22:53:07 +1000 |
commit | aaf45cd48ecf8e9f640a6f487b66785d47b8154a (patch) | |
tree | 8a7a8efa994b3b183e496ccd64354146053e6813 /source3/include | |
parent | aa1a3cbad2ed62d5b59c48a6e7726eef4776f461 (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/auth.h | 4 |
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 */ |