gssHeaderLength redundantly initialized
authorLuke Howard <lukeh@padl.com>
Mon, 2 Dec 2013 06:10:07 +0000 (17:10 +1100)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 19 Dec 2013 17:17:56 +0000 (12:17 -0500)
mech_eap/wrap_iov_length.c

index 247b78d..5621aed 100644 (file)
@@ -121,7 +121,7 @@ gssEapWrapIovLength(OM_uint32 *minor,
     if (conf_req_flag && gssEapIsIntegrityOnly(iov, iov_count))
         conf_req_flag = FALSE;
 
-    gssHeaderLen = gssPadLen = gssTrailerLen = 0;
+    gssPadLen = gssTrailerLen = 0;
 
 #ifdef HAVE_HEIMDAL_VERSION
     code = krb5_crypto_init(krbContext, &ctx->rfc3961Key, ETYPE_NULL, &krbCrypto);