From: Scott Cantor Date: Fri, 20 Aug 2010 13:27:13 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/CPPOST-50 X-Git-Tag: 2.4RC1~41 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=ace93f70a29a03825d2c9cebf60ee89693b5c3a7 https://issues.shibboleth.net/jira/browse/CPPOST-50 --- 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()); } } }