X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsignature%2FContentReference.cpp;h=92df01271e34187cbb133ed85483ba3ff1ae3542;hp=eb7416261b2efd829bd192cfce017de2aec84023;hb=ace93f70a29a03825d2c9cebf60ee89693b5c3a7;hpb=98723acda4a57b5a164f658fe05c83f602fcd107 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()); } } }