Include locally resolved attributes in composite name token
[moonshot.git] / mech_eap / util_shib.cpp
index bab284b..b2a83f6 100644 (file)
@@ -401,7 +401,7 @@ gss_eap_shib_attr_provider::exportToBuffer(gss_buffer_t buffer) const
     }
 
     ostringstream sink;
-    sink << attrs;
+    sink << obj;
     string str = sink.str();
 
     duplicateBuffer(str, buffer);