diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/auth_util.c | 1 | ||||
-rw-r--r-- | source3/include/auth.h | 2 |
2 files changed, 0 insertions, 3 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); diff --git a/source3/include/auth.h b/source3/include/auth.h index baf55605a7..93e42b8f27 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 */ |