[cpp-sp] 07/12: REMOVABLE default cases for comment out functions
Rod Widdowson
rdw at steadingsoftware.com
Wed Jan 8 15:00:51 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/vc22-dev
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0eb9693695aa10cca1c3048906157d5e0aa1929f
commit 0eb9693695aa10cca1c3048906157d5e0aa1929f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 7 11:32:54 2025 +0000
REMOVABLE default cases for comment out functions
---
shibsp/handler/impl/LocalLogoutInitiator.cpp | 1 +
shibsp/handler/impl/RemotedHandler.cpp | 1 +
2 files changed, 2 insertions(+)
diff --git a/shibsp/handler/impl/LocalLogoutInitiator.cpp b/shibsp/handler/impl/LocalLogoutInitiator.cpp
index 697ffc06..bb1b293d 100644
--- a/shibsp/handler/impl/LocalLogoutInitiator.cpp
+++ b/shibsp/handler/impl/LocalLogoutInitiator.cpp
@@ -196,4 +196,5 @@ pair<bool,long> LocalLogoutInitiator::doRequest(SPRequest& request, Session* ses
}
//return sendLogoutPage(application, httpRequest, httpResponse, "local");
+ return pair(false, 0);
}
diff --git a/shibsp/handler/impl/RemotedHandler.cpp b/shibsp/handler/impl/RemotedHandler.cpp
index ce02b773..837c1eba 100644
--- a/shibsp/handler/impl/RemotedHandler.cpp
+++ b/shibsp/handler/impl/RemotedHandler.cpp
@@ -307,6 +307,7 @@ DDF RemotedHandler::send(const SPRequest& request, DDF& in) const
}
//return request.getServiceProvider().getListenerService()->send(in);
+ return DDF();
}
DDF RemotedHandler::wrap(const SPRequest& request, const vector<string>* headers, bool certs) const
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list