[cpp-sp] 06/12: REMOVABLE default cases for comment out functions

Rod Widdowson rdw at steadingsoftware.com
Tue Jan 7 11:34:36 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=a322faa9548984e14b099ef2287c819272489b45

commit a322faa9548984e14b099ef2287c819272489b45
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 7ea1d017..0f769ce1 100644
--- a/shibsp/handler/impl/LocalLogoutInitiator.cpp
+++ b/shibsp/handler/impl/LocalLogoutInitiator.cpp
@@ -195,4 +195,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 7327e7df..a8449505 100644
--- a/shibsp/handler/impl/RemotedHandler.cpp
+++ b/shibsp/handler/impl/RemotedHandler.cpp
@@ -308,6 +308,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