http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94256

Revision: 94256
Author:   mark
Date:     2011-08-11 16:29:22 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
qualify class var

Modified Paths:
--------------
    trunk/udpmcast/htcpseqcheck.py

Modified: trunk/udpmcast/htcpseqcheck.py
===================================================================
--- trunk/udpmcast/htcpseqcheck.py      2011-08-11 16:08:28 UTC (rev 94255)
+++ trunk/udpmcast/htcpseqcheck.py      2011-08-11 16:29:22 UTC (rev 94256)
@@ -66,7 +66,7 @@
                 self.append((seqnr, ts, True))
                 debug("Filled gap of %d packets before new packet seqnr %d, 
timestamp %s" % (seqnr-tailseq-1, seqnr, ts))
             elif seqnr < headseq:
-                if seqnr < RESTART_WINDOW:
+                if seqnr < self.RESTART_WINDOW:
                     debug("Source %s started from scratch with seqnr %d" % 
(seqnr, ts))
                     self.clear()
                     # Clear some counters


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to