[cpp-sp COMMIT] /branches/REL_2/shibsp/Application.cpp

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 7 20:55:46 EST 2012


Author: scantor
Date: Fri Dec  7 20:55:45 2012
New Revision: 3834

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

Modified:
    branches/REL_2/shibsp/Application.cpp

Modified: branches/REL_2/shibsp/Application.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/Application.cpp?rev=3834&r1=3833&r2=3834&view=diff
==============================================================================
--- branches/REL_2/shibsp/Application.cpp (original)
+++ branches/REL_2/shibsp/Application.cpp Fri Dec  7 20:55:45 2012
@@ -115,7 +115,7 @@
                 &SPRequest::clearHeader,
                 boost::ref(request),
                 boost::bind(&string::c_str, boost::bind(&pair<string,string>::first, _1)),
-                boost::bind(&string::c_str, boost::bind(&pair<string,string>::first, _1))
+                boost::bind(&string::c_str, boost::bind(&pair<string,string>::second, _1))
                 )
             );
         return;
@@ -154,7 +154,7 @@
             &SPRequest::clearHeader,
             boost::ref(request),
             boost::bind(&string::c_str, boost::bind(&pair<string,string>::first, _1)),
-            boost::bind(&string::c_str, boost::bind(&pair<string,string>::first, _1))
+            boost::bind(&string::c_str, boost::bind(&pair<string,string>::second, _1))
             )
         );
 }



More information about the commits mailing list