https://issues.shibboleth.net/jira/browse/SSPCPP-251
authorScott Cantor <cantor.2@osu.edu>
Fri, 16 Oct 2009 02:13:11 +0000 (02:13 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 16 Oct 2009 02:13:11 +0000 (02:13 +0000)
shibsp/handler/impl/MetadataGenerator.cpp

index 5941a5d..c89e8ce 100644 (file)
@@ -397,7 +397,7 @@ pair<bool,long> MetadataGenerator::processMessage(
 
             // Sign while marshalling.
             vector<Signature*> sigs(1,sig);
-            prettyentity->marshall((DOMDocument*)NULL,&sigs,cred);
+            prettyentity->marshall(prettydoc,&sigs,cred);
             s << *prettyentity;
         }
         else {