From e940ca7aa7b317d28c627e8b1d1b68886a51c755 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 20 Sep 2011 12:21:43 +1000 Subject: [PATCH] Fix regression where error tokens were not being sent --- moonshot/mech_eap/util_sm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/moonshot/mech_eap/util_sm.c b/moonshot/mech_eap/util_sm.c index 7010f99..56248d8 100644 --- a/moonshot/mech_eap/util_sm.c +++ b/moonshot/mech_eap/util_sm.c @@ -139,6 +139,7 @@ makeErrorToken(OM_uint32 *minor, return major; } + token->buffers.count = 1; token->types[0] = ITOK_TYPE_CONTEXT_ERR | ITOK_FLAG_CRITICAL; *minor = 0; -- 2.1.4