Hack: force complete to be true
[mech_eap.orig] / util_shib.cpp
index bab284b..ef63912 100644 (file)
@@ -349,7 +349,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;