https://bugs.internet2.edu/jira/browse/CPPOST-50
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 20 Aug 2010 13:27:13 +0000 (13:27 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 20 Aug 2010 13:27:13 +0000 (13:27 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@569 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/signature/ContentReference.cpp

index eb74162..92df012 100644 (file)
@@ -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());
         }
     }
 }