1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

s3-auth Remove unused nss_token variable

Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
Andrew Bartlett 2011-07-15 17:57:55 +10:00
parent eea444f465
commit ba53498c66

View File

@ -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;
};