summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-02-09 17:02:58 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-10 06:51:07 +0100
commitcc77ea720b479badd0ab98d269fa6e7489a1d4c8 (patch)
tree3e36571460a8c5dac314a7434638a41c50e79513 /source3/auth
parent2b05ba77b4e072bb1c584738cc79538166444fd3 (diff)
downloadsamba-cc77ea720b479badd0ab98d269fa6e7489a1d4c8.tar.gz
samba-cc77ea720b479badd0ab98d269fa6e7489a1d4c8.tar.bz2
samba-cc77ea720b479badd0ab98d269fa6e7489a1d4c8.zip
s3-auth Remove unused pam_handle
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c1
1 files changed, 0 insertions, 1 deletions
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);