diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-15 17:57:55 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-20 09:17:11 +1000 |
commit | ba53498c66f5b27602c3f6fe0866729177e211c8 (patch) | |
tree | a1aaa75cf7146ffd0bfc0a290cc85a556ceb9c89 /source3 | |
parent | eea444f4655a954c238991eccd742337535d3fcc (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/auth.h | 5 |
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; }; |