From: Andrew Bartlett Date: Wed, 9 Feb 2011 06:02:58 +0000 (+1100) Subject: s3-auth Remove unused pam_handle X-Git-Tag: tevent-0.9.11~792 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc77ea720b479badd0ab98d269fa6e7489a1d4c8;p=thirdparty%2Fsamba.git s3-auth Remove unused pam_handle Signed-off-by: Andrew Tridgell --- diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 0b8f950389e..76736646974 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -868,7 +868,6 @@ struct auth_serversupplied_info *copy_serverinfo(TALLOC_CTX *mem_ctx, } dst->extra = src->extra; - dst->pam_handle = NULL; dst->unix_name = talloc_strdup(dst, src->unix_name); if (!dst->unix_name) { TALLOC_FREE(dst); diff --git a/source3/include/auth.h b/source3/include/auth.h index baf55605a79..93e42b8f275 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 */