[cpp-sp] branch main updated: Revert debugging change accdientally commited
Rod Widdowson
rdw at steadingsoftware.com
Sat Jan 11 16:42:54 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw 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=9f8bac3f6599f336ebd30c3e4254caf8af40cc6c
The following commit(s) were added to refs/heads/main by this push:
new 9f8bac3f Revert debugging change accdientally commited
9f8bac3f is described below
commit 9f8bac3f6599f336ebd30c3e4254caf8af40cc6c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jan 11 16:42:25 2025 +0000
Revert debugging change accdientally commited
---
apache/mod_shib_24.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apache/mod_shib_24.cpp b/apache/mod_shib_24.cpp
index 8009d14a..cc4fb888 100644
--- a/apache/mod_shib_24.cpp
+++ b/apache/mod_shib_24.cpp
@@ -1036,8 +1036,8 @@ public:
private:
unique_ptr<RequestMapper> m_mapper;
- thread_local const ShibTargetApache* m_sta;
- thread_local const PropertySet* m_props;
+ static thread_local const ShibTargetApache* m_sta;
+ static thread_local const PropertySet* m_props;
mutable htAccessControl m_htaccess;
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list