From: Brent Putman Date: Fri, 21 Jul 2006 21:11:13 +0000 (+0000) Subject: Uncomment init of m_EncryptedID member in SubjectImpl, uncovered in unit testing. X-Git-Tag: 2.0-alpha1~219 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=2d83f606e0827389b04ab9854697eade6d0eeaa9 Uncomment init of m_EncryptedID member in SubjectImpl, uncovered in unit testing. --- diff --git a/saml/saml2/core/impl/Assertions20Impl.cpp b/saml/saml2/core/impl/Assertions20Impl.cpp index ef1160c..4672495 100644 --- a/saml/saml2/core/impl/Assertions20Impl.cpp +++ b/saml/saml2/core/impl/Assertions20Impl.cpp @@ -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);