summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-15 16:09:52 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:11 +1000
commite2049e77e406981363a7b81fd092a6ccb4afb187 (patch)
tree5768746c4bb65ff4eb81b172adbc3350a6570980 /source3/include/auth.h
parentbf1dba03b285f3044f096ab597df7859d68ad28e (diff)
downloadsamba-e2049e77e406981363a7b81fd092a6ccb4afb187.tar.gz
samba-e2049e77e406981363a7b81fd092a6ccb4afb187.tar.bz2
samba-e2049e77e406981363a7b81fd092a6ccb4afb187.zip
s3-auth Use guest 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 11d501f434..d13f18b7a5 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -76,7 +76,6 @@ struct auth_serversupplied_info {
};
struct auth3_session_info {
- bool guest;
bool system;
struct security_unix_token *unix_token;