Uncomment init of m_EncryptedID member in SubjectImpl, uncovered in unit testing.
authorBrent Putman <putmanb@georgetown.edu>
Fri, 21 Jul 2006 21:11:13 +0000 (21:11 +0000)
committerBrent Putman <putmanb@georgetown.edu>
Fri, 21 Jul 2006 21:11:13 +0000 (21:11 +0000)
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);