summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-15 17:57:55 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:11 +1000
commitba53498c66f5b27602c3f6fe0866729177e211c8 (patch)
treea1aaa75cf7146ffd0bfc0a290cc85a556ceb9c89 /source3/include/auth.h
parenteea444f4655a954c238991eccd742337535d3fcc (diff)
downloadsamba-ba53498c66f5b27602c3f6fe0866729177e211c8.tar.gz
samba-ba53498c66f5b27602c3f6fe0866729177e211c8.tar.bz2
samba-ba53498c66f5b27602c3f6fe0866729177e211c8.zip
s3-auth Remove unused nss_token variable
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 1c1fb36200..dc6d344cb9 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -103,11 +103,6 @@ struct auth3_session_info {
* to the special invalid value of 0xFFFFFFFF */
struct extra_auth_info extra;
- /*
- * This is a token from /etc/passwd and /etc/group
- */
- bool nss_token;
-
struct auth_user_info_unix *unix_info;
};