[cpp-sp] 02/02: Build: remove spurious '>'
Rod Widdowson
rdw at steadingsoftware.com
Thu Jun 19 19:14:48 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=a169a78d350ae44853edad09d405bddb6b1bf9ea
commit a169a78d350ae44853edad09d405bddb6b1bf9ea
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 19 20:14:42 2025 +0100
Build: remove spurious '>'
---
shibsp/handler/impl/TokenConsumer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/handler/impl/TokenConsumer.cpp b/shibsp/handler/impl/TokenConsumer.cpp
index 4f5b381f..db98d6db 100644
--- a/shibsp/handler/impl/TokenConsumer.cpp
+++ b/shibsp/handler/impl/TokenConsumer.cpp
@@ -32,7 +32,7 @@
#include <ctime>
#include <sstream>
#include <boost/property_tree/ptree.hpp>
-#include <boost/algorithm/string.hpp>>
+#include <boost/algorithm/string.hpp>
using namespace shibsp;
using namespace boost::property_tree;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list