diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-10-11 13:19:18 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-10-11 13:02:15 +0000 |
commit | 1ef59ea9db447ffe0ed32ca3f9c20788e143fbcd (patch) | |
tree | 010a1f712bad3b9c09931f9298cc53033c515e0b | |
parent | edc5ccc3098eae9975f11e452c5a4ecb2ae7ee36 (diff) | |
download | samba-1ef59ea9db447ffe0ed32ca3f9c20788e143fbcd.tar.gz samba-1ef59ea9db447ffe0ed32ca3f9c20788e143fbcd.tar.bz2 samba-1ef59ea9db447ffe0ed32ca3f9c20788e143fbcd.zip |
s4-kerberos Remove unsued variable
-rw-r--r-- | source4/auth/kerberos/kerberos_pac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/kerberos/kerberos_pac.c b/source4/auth/kerberos/kerberos_pac.c index 40f0cf7cf8..5e31c4596d 100644 --- a/source4/auth/kerberos/kerberos_pac.c +++ b/source4/auth/kerberos/kerberos_pac.c @@ -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); |