s3:auth: remove unused auth_serversupplied_info->system
authorStefan Metzmacher <metze@samba.org>
Thu, 1 Mar 2018 17:05:28 +0000 (18:05 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 15 Mar 2018 20:54:16 +0000 (21:54 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13328

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/auth/auth_util.c
source3/include/auth.h

index 4b2026127ed4128540dc5c20316436d6c5952841..adc3bc29edaed5b66105ca991e6e1f913259ee60 100644 (file)
@@ -1024,7 +1024,6 @@ static struct auth_serversupplied_info *copy_session_info_serverinfo_guest(TALLO
        SMB_ASSERT(src->unix_info);
 
        dst->guest = true;
-       dst->system = false;
 
        /* This element must be provided to convert back to an
         * auth_serversupplied_info.  This needs to be from the
index b7223c15036fee6aa58e804b1158c3082d68aa3a..d30553739649caf0a0d7cae2b0fd44dbec93a8dd 100644 (file)
@@ -30,7 +30,6 @@ struct extra_auth_info {
 
 struct auth_serversupplied_info {
        bool guest;
-       bool system;
 
        struct security_unix_token utok;