Initialize Version member.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 23 Jun 2006 20:02:01 +0000 (20:02 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 23 Jun 2006 20:02:01 +0000 (20:02 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@33 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/saml2/core/impl/Assertions20Impl.cpp

index 57310b3..97d8eac 100644 (file)
@@ -1411,6 +1411,7 @@ namespace opensaml {
         {
             void init() {
                 m_ID=NULL;
+                m_Version=NULL;
                 m_IssueInstant=NULL;
                 m_Issuer=NULL;
                 m_Signature=NULL;