From: Luke Howard Date: Mon, 2 Dec 2013 06:10:07 +0000 (+1100) Subject: gssHeaderLength redundantly initialized X-Git-Tag: 0.9.2~12 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=04e72d2aab1592627cbe4cc866dc29b8e83b0d7d gssHeaderLength redundantly initialized --- diff --git a/mech_eap/wrap_iov_length.c b/mech_eap/wrap_iov_length.c index 247b78d..5621aed 100644 --- a/mech_eap/wrap_iov_length.c +++ b/mech_eap/wrap_iov_length.c @@ -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);