[cpp-sp COMMIT] /branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 21 14:37:15 EST 2012


Author: scantor
Date: Wed Nov 21 14:37:15 2012
New Revision: 3820

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3820&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-526

Modified:
    branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp

Modified: branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp?rev=3820&r1=3819&r2=3820&view=diff
==============================================================================
--- branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp (original)
+++ branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp Wed Nov 21 14:37:15 2012
@@ -363,6 +363,7 @@
                         logout_event->m_logoutType = LogoutEvent::LOGOUT_EVENT_UNKNOWN;
                         logout_event->m_saml2Request = msg.get();
                         application.getServiceProvider().getTransactionLog()->write(*logout_event);
+                        logout_event->m_saml2Request = nullptr;
                     }
 
                     auto_ptr_char dest(epit->getLocation());



More information about the commits mailing list