s4-kerberos Remove unsued variable
authorAndrew Bartlett <abartlet@samba.org>
Mon, 11 Oct 2010 02:19:18 +0000 (13:19 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Oct 2010 13:02:15 +0000 (13:02 +0000)
source4/auth/kerberos/kerberos_pac.c

index 40f0cf7cf85a980c2a19bf852cce9f50221a857b..5e31c4596d3cf6cf6d76b48b4be31f007fa74592 100644 (file)
@@ -655,7 +655,6 @@ krb5_error_code kerberos_pac_to_server_info(TALLOC_CTX *mem_ctx,
        krb5_data k5pac_logon_info_in, k5pac_srv_checksum_in, k5pac_kdc_checksum_in;
 
        union PAC_INFO info;
-       union netr_Validation validation;
        struct auth_serversupplied_info *server_info_out;
 
        TALLOC_CTX *tmp_ctx = talloc_new(mem_ctx);