From ace93f70a29a03825d2c9cebf60ee89693b5c3a7 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Fri, 20 Aug 2010 13:27:13 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/CPPOST-50 --- saml/signature/ContentReference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saml/signature/ContentReference.cpp b/saml/signature/ContentReference.cpp index eb74162..92df012 100644 --- a/saml/signature/ContentReference.cpp +++ b/saml/signature/ContentReference.cpp @@ -82,7 +82,7 @@ void ContentReference::createReferences(DSIGSignature* sig) } if (!prefixes.empty()) { prefixes.erase(prefixes.begin() + prefixes.size() - 1); - c14n->setInclusiveNamespaces(XMLString::replicate(prefixes.c_str())); + c14n->setInclusiveNamespaces(prefixes.c_str()); } } } -- 2.1.4