s3-auth Remove unused pam_handle
authorAndrew Bartlett <abartlet@samba.org>
Wed, 9 Feb 2011 06:02:58 +0000 (17:02 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2011 05:51:07 +0000 (06:51 +0100)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/auth/auth_util.c
source3/include/auth.h

index 0b8f950389ee9166f9dad9d73a1e6f1afeb4ff11..76736646974bd40f239ecb5a8550915f9903a4ce 100644 (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);
index baf55605a79a613bda4cb7fff74fd3b35d583847..93e42b8f27580ef768511bdf84f9aa65d0d0cd6e 100644 (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
         */