[cpp-sp] branch main updated: Add source file, fix nit.

Scott Cantor cantor.2 at osu.edu
Mon Feb 10 21:41:22 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=231d19846d2056fd28b023ab8df04ad2cfd92aab

The following commit(s) were added to refs/heads/main by this push:
     new 231d1984 Add source file, fix nit.
231d1984 is described below

commit 231d19846d2056fd28b023ab8df04ad2cfd92aab
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 10 16:41:12 2025 -0500

    Add source file, fix nit.
---
 Projects/vc22/shibsp.vcxproj                        | 1 +
 Projects/vc22/shibsp.vcxproj.filters                | 3 +++
 shibsp/handler/impl/DefaultHandlerConfiguration.cpp | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 5eeb86ef..19cb5400 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -124,6 +124,7 @@
       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
     </ClCompile>
+    <ClCompile Include="..\..\shibsp\handler\impl\TokenConsumer.cpp" />
     <ClCompile Include="..\..\shibsp\impl\AgentConfig.cpp" />
     <ClCompile Include="..\..\shibsp\impl\ChainingAccessControl.cpp" />
     <ClCompile Include="..\..\shibsp\impl\DefaultAgent.cpp" />
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index b8d46d4b..1fce971e 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -395,6 +395,9 @@
     <ClCompile Include="..\..\shibsp\remoting\impl\CurlHTTPRemotingService.cpp">
       <Filter>Source Files\Remoting</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\shibsp\handler\impl\TokenConsumer.cpp">
+      <Filter>Source Files\Handler</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="..\..\shibsp\shibsp.rc">
diff --git a/shibsp/handler/impl/DefaultHandlerConfiguration.cpp b/shibsp/handler/impl/DefaultHandlerConfiguration.cpp
index 233db510..5fce82b0 100644
--- a/shibsp/handler/impl/DefaultHandlerConfiguration.cpp
+++ b/shibsp/handler/impl/DefaultHandlerConfiguration.cpp
@@ -116,7 +116,7 @@ DefaultHandlerConfiguration::DefaultHandlerConfiguration(const char* pathname)
 
     // If a single token consumer with no binding label is installed, convert list to unnamed string.
     if (m_tokenConsumerConfig.integer() == 1 && !m_tokenConsumerConfig.first().name()) {
-        DDF singleEndpoint)nullptr);
+        DDF singleEndpoint(nullptr);
         singleEndpoint.string(m_tokenConsumerConfig.first().string());
         m_tokenConsumerConfig.destroy();
         m_tokenConsumerConfig = singleEndpoint;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list