From edb29949782b32da6ff4b24898324baacfc15a00 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 16 May 2011 01:10:20 +0200 Subject: [PATCH] always set complete for local attributes --- moonshot/mech_eap/util_shib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonshot/mech_eap/util_shib.cpp b/moonshot/mech_eap/util_shib.cpp index 3d2aa2c..418cb77 100644 --- a/moonshot/mech_eap/util_shib.cpp +++ b/moonshot/mech_eap/util_shib.cpp @@ -315,7 +315,7 @@ gss_eap_shib_attr_provider::getAttribute(const gss_buffer_t attr, if (authenticated != NULL) *authenticated = m_authenticated; if (complete != NULL) - *complete = false; + *complete = true; if (nvalues > ++i) *more = i; -- 2.1.4