From 2d3e8c81bd0e6c6b4418206a1c2d84c57855f4a0 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 19 Mar 2009 20:08:43 +0000 Subject: [PATCH] Change name of nested element to look for. --- saml/profile/impl/ConditionsRule.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/saml/profile/impl/ConditionsRule.cpp b/saml/profile/impl/ConditionsRule.cpp index 933c61e..416a5b8 100644 --- a/saml/profile/impl/ConditionsRule.cpp +++ b/saml/profile/impl/ConditionsRule.cpp @@ -59,16 +59,16 @@ namespace opensaml { return new ConditionsRule(e); } - static const XMLCh Rule[] = UNICODE_LITERAL_4(R,u,l,e); + static const XMLCh Rule[] = UNICODE_LITERAL_10(P,o,l,i,c,y,R,u,l,e); static const XMLCh type[] = UNICODE_LITERAL_4(t,y,p,e); const char config[] = - "" - "" - "saml:DoNotCacheCondition" - "saml2:OneTimeUse" - "saml2:ProxyRestriction" - ""; + "" + "" + "saml:DoNotCacheCondition" + "saml2:OneTimeUse" + "saml2:ProxyRestriction" + ""; }; ConditionsRule::ConditionsRule(const DOMElement* e) : m_doc(NULL) -- 2.1.4