From ba53498c66f5b27602c3f6fe0866729177e211c8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 15 Jul 2011 17:57:55 +1000 Subject: s3-auth Remove unused nss_token variable Signed-off-by: Andrew Tridgell --- source3/include/auth.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3') 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; }; -- cgit