[cpp-sp] branch main updated: Remove null string initializer.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 3 14:56:36 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=74115acfee5734babb8d60decfca9dfd9ff36b88
The following commit(s) were added to refs/heads/main by this push:
new 74115acf Remove null string initializer.
74115acf is described below
commit 74115acfee5734babb8d60decfca9dfd9ff36b88
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 3 10:56:31 2025 -0400
Remove null string initializer.
---
shibsp/io/impl/CookieManager.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/shibsp/io/impl/CookieManager.cpp b/shibsp/io/impl/CookieManager.cpp
index d226b769..7d388c49 100644
--- a/shibsp/io/impl/CookieManager.cpp
+++ b/shibsp/io/impl/CookieManager.cpp
@@ -39,7 +39,6 @@ using namespace std;
CookieManager::CookieManager(const char* defaultName)
: m_defaultName(defaultName),
- m_overrideProperty(nullptr),
m_appSpecific(false),
m_path("/"),
m_maxAge(-1),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list