2004-03-19 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 19 Mar 2004 18:17:13 +0000 (18:17 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 19 Mar 2004 18:17:13 +0000 (18:17 -0000)
* XmlDsigXPathTransform.cs : just found stupid bug.

svn path=/trunk/mcs/; revision=24338

mcs/class/System.Security/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigXPathTransform.cs

index 98b436c68c0296e2bba0d91d0636b4c9829686dc..47cce1c392066e4cb1d43e9adeafd534acc9935d 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-19  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlDsigXPathTransform.cs : just found stupid bug.
+
 2004-03-19  Sebastien Pouliot  <sebastien@ximian.com>
 
        * SignedXml.cs: Lot of small changes to complete TODOs and to match 
index 670ee32f638eb053b9b6008b9314825e9ad48eae..dd69ef20dc8f8c1882350c73eee0ddc6179501b2 100644 (file)
@@ -94,7 +94,6 @@ namespace System.Security.Cryptography.Xml
                                }
                        }
 
-                       return doc.SelectNodes (x, ctx);
                        ctx = new XmlDsigXPathContext (doc);
                        return EvaluateMatch (doc, x);
                }