[Yum-devel] [PATCH 2/3] Fail quickly for merged transactions of 123..xyz etc., which are invalid.

James Antill james at and.org
Thu Apr 21 20:28:30 UTC 2011


---
 output.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/output.py b/output.py
index 07c1d56..71e4e24 100755
--- a/output.py
+++ b/output.py
@@ -1391,6 +1391,9 @@ to exit.
         if etid > old.tid:
             return None
 
+        if btid is None or etid is None:
+            return None
+
         # Have a range ... do a "merged" transaction.
         if btid > etid:
             btid, etid = etid, btid
-- 
1.7.3.4



More information about the Yum-devel mailing list