[cpp-sp] branch main updated: Add decls for static members.

Scott Cantor cantor.2 at osu.edu
Mon Jan 13 12:35:47 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=9fd05382c25816435c08d1afa407d1ede45061d2

The following commit(s) were added to refs/heads/main by this push:
     new 9fd05382 Add decls for static members.
9fd05382 is described below

commit 9fd05382c25816435c08d1afa407d1ede45061d2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 13 07:35:43 2025 -0500

    Add decls for static members.
---
 apache/mod_shib_24.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apache/mod_shib_24.cpp b/apache/mod_shib_24.cpp
index cc4fb888..8d2c3d45 100644
--- a/apache/mod_shib_24.cpp
+++ b/apache/mod_shib_24.cpp
@@ -1041,6 +1041,9 @@ private:
     mutable htAccessControl m_htaccess;
 };
 
+thread_local const ShibTargetApache* ApacheRequestMapper::m_sta = nullptr;
+thread_local const PropertySet* ApacheRequestMapper::m_props = nullptr;
+
 RequestMapper* ApacheRequestMapFactory(ptree& pt, bool deprecationSupport)
 {
     return new ApacheRequestMapper(pt, deprecationSupport);

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


More information about the commits mailing list