Uncomment init of m_EncryptedID member in SubjectImpl, uncovered in unit testing.
[shibboleth/cpp-opensaml.git] / saml / saml2 / core / impl / Assertions20Impl.cpp
index ef1160c..4672495 100644 (file)
@@ -696,7 +696,7 @@ namespace opensaml {
             void init() {
                 m_BaseID=NULL;
                 m_NameID=NULL;
-                //m_EncryptedID=NULL;
+                m_EncryptedID=NULL;
                 m_children.push_back(NULL);
                 m_children.push_back(NULL);
                 m_children.push_back(NULL);