Sync to SAMLRequest c'tor change.
authorScott Cantor <cantor.2@osu.edu>
Mon, 21 Feb 2005 00:07:58 +0000 (00:07 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 21 Feb 2005 00:07:58 +0000 (00:07 +0000)
shib-target/shib-ccache.cpp

index c7a47bd..5a8fe85 100644 (file)
@@ -689,7 +689,7 @@ SAMLResponse* InternalCCacheEntry::getNewResponse()
             providerID.second,
             application->getAttributeDesignators().clone()
             );
-        auto_ptr<SAMLRequest> req(new SAMLRequest(EMPTY(QName),q));
+        auto_ptr<SAMLRequest> req(new SAMLRequest(q,EMPTY(QName)));
         
         // Sign it? Highly doubtful we'll ever use this, but just for fun...
         if (signRequest.first && signRequest.second) {