1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-auth Remove unused pam_handle

Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
Andrew Bartlett 2011-02-09 17:02:58 +11:00 committed by Andrew Tridgell
parent 2b05ba77b4
commit cc77ea720b
2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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
*/