[cpp-sp] branch main updated: Fix missing quote.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 20 13:57:04 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=33c752f91a34fb8afa948e0f34000ad23b37cfae
The following commit(s) were added to refs/heads/main by this push:
new 33c752f9 Fix missing quote.
33c752f9 is described below
commit 33c752f91a34fb8afa948e0f34000ad23b37cfae
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 20 09:57:00 2025 -0400
Fix missing quote.
---
shibsp/remoting/impl/CurlHTTPRemotingService.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/remoting/impl/CurlHTTPRemotingService.cpp b/shibsp/remoting/impl/CurlHTTPRemotingService.cpp
index 08250eae..3f173d36 100644
--- a/shibsp/remoting/impl/CurlHTTPRemotingService.cpp
+++ b/shibsp/remoting/impl/CurlHTTPRemotingService.cpp
@@ -295,7 +295,7 @@ CURL* CurlHTTPRemotingService::checkout() const
#else
case agent_auth_gss:
curl_easy_cleanup(m_handle);
- throw RemotingException("GSS unsupporyed by this version of curl.);
+ throw RemotingException("GSS unsupporyed by this version of curl.");
break;
#endif
default: flag = 0; break;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list