[shibboleth-sp2] 85/119: Fix name of exception control setting.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.
commit 19c6a5e2404180a6290171c059342c59b9cb5103
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Sat Oct 20 03:54:42 2007 +0000
Fix name of exception control setting.
---
isapi_shib/isapi_shib.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/isapi_shib/isapi_shib.cpp b/isapi_shib/isapi_shib.cpp
index 7a63c70..87591ce 100644
--- a/isapi_shib/isapi_shib.cpp
+++ b/isapi_shib/isapi_shib.cpp
@@ -44,8 +44,6 @@ using namespace shibtarget;
// globals
namespace {
- static const XMLCh catchAll[] =
- { chLatin_c, chLatin_a, chLatin_t, chLatin_c, chLatin_h, chLatin_A, chLatin_l, chLatin_l, chNull };
static const XMLCh name[] = { chLatin_n, chLatin_a, chLatin_m, chLatin_e, chNull };
static const XMLCh port[] = { chLatin_p, chLatin_o, chLatin_r, chLatin_t, chNull };
static const XMLCh sslport[] = { chLatin_s, chLatin_s, chLatin_l, chLatin_p, chLatin_o, chLatin_r, chLatin_t, chNull };
@@ -185,7 +183,7 @@ extern "C" BOOL WINAPI GetFilterVersion(PHTTP_FILTER_VERSION pVer)
g_unsetHeaderValue = unsetValue.second;
pair<bool,bool> flag=props->getBool("checkSpoofing");
g_checkSpoofing = !flag.first || flag.second;
- flag=props->getBool("checkAll");
+ flag=props->getBool("catchAll");
g_catchAll = !flag.first || flag.second;
const DOMElement* impl=saml::XML::getFirstChildElement(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list