Fix format handling in resolver, correct DDF looping bugs.
[shibboleth/cpp-sp.git] / shibsp / attribute / NameIDAttribute.h
index 39f2f13..1e05a4d 100644 (file)
@@ -75,7 +75,7 @@ namespace shibsp {
                 pch = val["SPProvidedID"].string();
                 if (pch)
                     v.m_SPProvidedID = pch;
-                val = val.next();
+                val = in.first().next();
             }
         }