[cpp-sp] branch main updated: Cut/paste error.
Codeberg
noreply at shibboleth.net
Mon Jan 26 14:41:42 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/2b24207afafa8d4c4f6e7a480660f76561fb0d0b
The following commit(s) were added to refs/heads/main by this push:
new 2b24207a Cut/paste error.
2b24207a is described below
commit 2b24207afafa8d4c4f6e7a480660f76561fb0d0b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 26 09:41:31 2026 -0500
Cut/paste error.
---
shibsp/remoting/impl/WinHTTPRemotingService.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/remoting/impl/WinHTTPRemotingService.cpp b/shibsp/remoting/impl/WinHTTPRemotingService.cpp
index 50620fd4..f03d508d 100644
--- a/shibsp/remoting/impl/WinHTTPRemotingService.cpp
+++ b/shibsp/remoting/impl/WinHTTPRemotingService.cpp
@@ -224,7 +224,7 @@ StatusCallback(
WinHTTPRemotingService::WinHTTPRemotingService(ptree& pt)
: AbstractRemotingService(pt),
- : AbstractHTTPRemotingService(pt),
+ AbstractHTTPRemotingService(pt),
m_log(Category::getInstance(SHIBSP_LOGCAT ".RemotingService")),
m_secure(false), m_caChainEngine(nullptr), m_caStore(nullptr),
m_init(false), m_chunked(defaultChunking)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list