Return-Path: Delivered-To: apmail-santuario-commits-archive@www.apache.org Received: (qmail 60908 invoked from network); 15 Apr 2011 21:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2011 21:20:32 -0000 Received: (qmail 72568 invoked by uid 500); 15 Apr 2011 21:20:32 -0000 Delivered-To: apmail-santuario-commits-archive@santuario.apache.org Received: (qmail 72546 invoked by uid 500); 15 Apr 2011 21:20:32 -0000 Mailing-List: contact commits-help@santuario.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@santuario.apache.org Received: (qmail 72539 invoked by uid 99); 15 Apr 2011 21:20:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2011 21:20:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2011 21:20:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B09602388A66; Fri, 15 Apr 2011 21:20:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1092816 - /santuario/xml-security-cpp/trunk/xsec/transformers/TXFMXPathFilter.cpp Date: Fri, 15 Apr 2011 21:20:09 -0000 To: commits@santuario.apache.org From: scantor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110415212009.B09602388A66@eris.apache.org> Author: scantor Date: Fri Apr 15 21:20:09 2011 New Revision: 1092816 URL: http://svn.apache.org/viewvc?rev=1092816&view=rev Log: https://issues.apache.org/jira/browse/SANTUARIO-268 Modified: santuario/xml-security-cpp/trunk/xsec/transformers/TXFMXPathFilter.cpp Modified: santuario/xml-security-cpp/trunk/xsec/transformers/TXFMXPathFilter.cpp URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/transformers/TXFMXPathFilter.cpp?rev=1092816&r1=1092815&r2=1092816&view=diff ============================================================================== --- santuario/xml-security-cpp/trunk/xsec/transformers/TXFMXPathFilter.cpp (original) +++ santuario/xml-security-cpp/trunk/xsec/transformers/TXFMXPathFilter.cpp Fri Apr 15 21:20:09 2011 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2009 The Apache Software Foundation. + * Copyright 2002-2011 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -643,7 +643,7 @@ void TXFMXPathFilter::evaluateExprs(DSIG DSIGTransformXPathFilter::exprVectorType::iterator i; - for (i = exprs->begin(); i < exprs->end(); ++i) { + for (i = exprs->begin(); i != exprs->end(); ++i) { XSECXPathNodeList * lst = evaluateSingleExpr(*i); filterSetHolder * sh;