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/auth/auth_util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 0b8f950389..7673664697 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); -- cgit