From: scantor Date: Sat, 8 Dec 2012 01:55:45 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-540 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=f28518185ad08f08633bae8bf22c5eaf9a27390b https://issues.shibboleth.net/jira/browse/SSPCPP-540 git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3834 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/shibsp/Application.cpp b/shibsp/Application.cpp index e41f8f1..cf48efa 100644 --- a/shibsp/Application.cpp +++ b/shibsp/Application.cpp @@ -115,7 +115,7 @@ void Application::clearAttributeHeaders(SPRequest& request) const &SPRequest::clearHeader, boost::ref(request), boost::bind(&string::c_str, boost::bind(&pair::first, _1)), - boost::bind(&string::c_str, boost::bind(&pair::first, _1)) + boost::bind(&string::c_str, boost::bind(&pair::second, _1)) ) ); return; @@ -154,7 +154,7 @@ void Application::clearAttributeHeaders(SPRequest& request) const &SPRequest::clearHeader, boost::ref(request), boost::bind(&string::c_str, boost::bind(&pair::first, _1)), - boost::bind(&string::c_str, boost::bind(&pair::first, _1)) + boost::bind(&string::c_str, boost::bind(&pair::second, _1)) ) ); }