From feb6f29d922f1138af549f6832cbe5ed83dbc552 Mon Sep 17 00:00:00 2001 From: cantor Date: Fri, 23 Jun 2006 20:02:01 +0000 Subject: [PATCH] Initialize Version member. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@33 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- saml/saml2/core/impl/Assertions20Impl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/saml/saml2/core/impl/Assertions20Impl.cpp b/saml/saml2/core/impl/Assertions20Impl.cpp index 57310b3..97d8eac 100644 --- a/saml/saml2/core/impl/Assertions20Impl.cpp +++ b/saml/saml2/core/impl/Assertions20Impl.cpp @@ -1411,6 +1411,7 @@ namespace opensaml { { void init() { m_ID=NULL; + m_Version=NULL; m_IssueInstant=NULL; m_Issuer=NULL; m_Signature=NULL; -- 2.1.4