From aaf45cd48ecf8e9f640a6f487b66785d47b8154a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 28 May 2010 17:03:18 -0400 Subject: 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 --- source3/include/auth.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') 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 */ -- cgit