From: cantor Date: Fri, 23 Jun 2006 20:02:01 +0000 (+0000) Subject: Initialize Version member. X-Git-Tag: 2.4.1~581 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=commitdiff_plain;h=feb6f29d922f1138af549f6832cbe5ed83dbc552 Initialize Version member. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@33 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- 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;