From d9bdb35e27563d05b0da886e8b875cf4cd485fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 2 Oct 2006 20:57:02 +0000 Subject: [PATCH] Thinker more with header lengths. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18207 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/krb5/arcfour.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gssapi/krb5/arcfour.c b/lib/gssapi/krb5/arcfour.c index 22ee643d9..cb53e0c14 100644 --- a/lib/gssapi/krb5/arcfour.c +++ b/lib/gssapi/krb5/arcfour.c @@ -363,7 +363,6 @@ _gssapi_wrap_arcfour(OM_uint32 * minor_status, } else { len = GSS_ARCFOUR_WRAP_TOKEN_SIZE; _gssapi_encap_length(len, &len, &total_len, GSS_KRB5_MECHANISM); - len = total_len; total_len += datalen; }