From: Luke Howard Date: Sun, 15 May 2011 23:10:20 +0000 (+0200) Subject: always set complete for local attributes X-Git-Tag: tr-beta1~163 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=edb29949782b32da6ff4b24898324baacfc15a00 always set complete for local attributes --- 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;