From: Scott Cantor Date: Fri, 23 Jun 2006 20:02:01 +0000 (+0000) Subject: Initialize Version member. X-Git-Tag: 2.0-alpha1~240 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2c02b507d6f4f2dd3325fbd85722cd10668b7642;hp=67a31004a90df0a1ee0976ffdf31176a598ea3e1;p=shibboleth%2Fcpp-opensaml.git Initialize Version member. --- 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;