always set complete for local attributes
authorLuke Howard <lukeh@padl.com>
Sun, 15 May 2011 23:10:20 +0000 (01:10 +0200)
committerLuke Howard <lukeh@padl.com>
Sun, 15 May 2011 23:10:20 +0000 (01:10 +0200)
moonshot/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)
     if (authenticated != NULL)
         *authenticated = m_authenticated;
     if (complete != NULL)
-        *complete = false;
+        *complete = true;
 
     if (nvalues > ++i)
         *more = i;
 
     if (nvalues > ++i)
         *more = i;