Hack: force complete to be true
[mech_eap.orig] / mech_eap / util_shib.cpp
index 3d2aa2c..418cb77 100644 (file)
@@ -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;