summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-15 16:12:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:11 +1000
commitec5f1b78affbbd56c787696cb6f63a547be2cc25 (patch)
tree098b3c662150c3aae45fdd5d20456567c20e567e /source3/include/auth.h
parente2049e77e406981363a7b81fd092a6ccb4afb187 (diff)
downloadsamba-ec5f1b78affbbd56c787696cb6f63a547be2cc25.tar.gz
samba-ec5f1b78affbbd56c787696cb6f63a547be2cc25.tar.bz2
samba-ec5f1b78affbbd56c787696cb6f63a547be2cc25.zip
s3-auth Use system boolean in auth_user_info_unix
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index d13f18b7a5..8d95fb4ebb 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -76,8 +76,6 @@ struct auth_serversupplied_info {
};
struct auth3_session_info {
- bool system;
-
struct security_unix_token *unix_token;
/* NT group information taken from the info3 structure */