From cc77ea720b479badd0ab98d269fa6e7489a1d4c8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 9 Feb 2011 17:02:58 +1100 Subject: s3-auth Remove unused pam_handle Signed-off-by: Andrew Tridgell --- source3/include/auth.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/auth.h b/source3/include/auth.h index baf55605a7..93e42b8f27 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -58,8 +58,6 @@ struct auth_serversupplied_info { * to the special invalid value of 0xFFFFFFFF */ struct extra_auth_info extra; - void *pam_handle; - /* * This is a token from /etc/passwd and /etc/group */ -- cgit