From a7da711268b228d8751a45213c6596ec2a7c1240 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 23 May 2013 23:27:29 +0000 Subject: [PATCH] Fix init order warning. --- shibsp/handler/impl/SAML2LogoutInitiator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibsp/handler/impl/SAML2LogoutInitiator.cpp b/shibsp/handler/impl/SAML2LogoutInitiator.cpp index 74874eb..bb5efd1 100644 --- a/shibsp/handler/impl/SAML2LogoutInitiator.cpp +++ b/shibsp/handler/impl/SAML2LogoutInitiator.cpp @@ -87,6 +87,7 @@ namespace shibsp { ) const; string m_appId; + auto_ptr_char m_protocol; #ifndef SHIBSP_LITE auto_ptr buildRequest( const Application& application, const Session& session, const RoleDescriptor& role, const MessageEncoder* encoder=nullptr @@ -105,7 +106,6 @@ namespace shibsp { vector m_bindings; map< string,boost::shared_ptr > m_encoders; #endif - auto_ptr_char m_protocol; }; #if defined (_MSC_VER) -- 2.1.4