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:
parent
2b05ba77b4
commit
cc77ea720b
@ -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);
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user