From a61e073038c70e8b864ab86f95f27e27b91952d1 Mon Sep 17 00:00:00 2001 From: putmanb Date: Fri, 21 Jul 2006 21:11:13 +0000 Subject: [PATCH] Uncomment init of m_EncryptedID member in SubjectImpl, uncovered in unit testing. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@54 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- saml/saml2/core/impl/Assertions20Impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.1.4