[cpp-sp] 01/02: Call through to SessionCache start method.
Scott Cantor
cantor.2 at osu.edu
Thu May 15 19:40:15 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=b0f4ff6b3cda9568c5c2d3998659f25e905e38e8
commit b0f4ff6b3cda9568c5c2d3998659f25e905e38e8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 14 14:25:12 2025 -0400
Call through to SessionCache start method.
---
shibsp/impl/AgentConfig.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/shibsp/impl/AgentConfig.cpp b/shibsp/impl/AgentConfig.cpp
index 037884a0..35464ed7 100644
--- a/shibsp/impl/AgentConfig.cpp
+++ b/shibsp/impl/AgentConfig.cpp
@@ -315,6 +315,10 @@ void AgentInternalConfig::term()
bool AgentInternalConfig::_start()
{
+ SessionCache* cache = getAgent().getSessionCache(false);
+ if (cache) {
+ return cache->start();
+ }
return true;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list