[cpp-sp] branch main updated: Dummy in return statments

Rod Widdowson rdw at steadingsoftware.com
Fri Jan 3 14:33:05 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=081e6cd3c27c4d1152e0d65fb5318e2bcdd69e43

The following commit(s) were added to refs/heads/main by this push:
     new 081e6cd3 Dummy in return statments
081e6cd3 is described below

commit 081e6cd3c27c4d1152e0d65fb5318e2bcdd69e43
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 3 14:24:32 2025 +0000

    Dummy in return statments
---
 shibsp/Agent.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/shibsp/Agent.cpp b/shibsp/Agent.cpp
index 54e5d327..5510d696 100644
--- a/shibsp/Agent.cpp
+++ b/shibsp/Agent.cpp
@@ -56,16 +56,24 @@ Agent::~Agent()
 
 pair<bool,long> Agent::doAuthentication(AgentRequest& request, bool handler) const
 {
+    pair<bool,long> foo;
+    return foo;
 }
 
 pair<bool,long> Agent::doAuthorization(AgentRequest& request) const
 {
+    pair<bool, long> foo;
+    return foo;
 }
 
 pair<bool,long> Agent::doExport(AgentRequest& request, bool requireSession) const
 {
+    pair<bool, long> foo;
+    return foo;
 }
 
 pair<bool,long> Agent::doHandler(AgentRequest& request) const
 {
+    pair<bool, long> foo;
+    return foo;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list