[cpp-sp COMMIT] /branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 23 19:27:29 EDT 2013
Author: scantor
Date: Thu May 23 19:27:29 2013
New Revision: 3856
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3856&view=rev
Log:
Fix init order warning.
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=3856&r1=3855&r2=3856&view=diff
==============================================================================
--- branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp (original)
+++ branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp Thu May 23 19:27:29 2013
@@ -87,6 +87,7 @@
) const;
string m_appId;
+ auto_ptr_char m_protocol;
#ifndef SHIBSP_LITE
auto_ptr<LogoutRequest> buildRequest(
const Application& application, const Session& session, const RoleDescriptor& role, const MessageEncoder* encoder=nullptr
@@ -105,7 +106,6 @@
vector<string> m_bindings;
map< string,boost::shared_ptr<MessageEncoder> > m_encoders;
#endif
- auto_ptr_char m_protocol;
};
#if defined (_MSC_VER)
More information about the commits
mailing list