[yum-git] plugins/fastestmirror

James Antill james at linux.duke.edu
Sat Jun 28 01:01:23 UTC 2008


 plugins/fastestmirror/fastestmirror.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e959da8c690c75e2e437326bca080c01b22c363
Author: James Antill <james at and.org>
Date:   Fri Jun 27 21:01:16 2008 -0400

    Fix typo in fastestmirror

diff --git a/plugins/fastestmirror/fastestmirror.py b/plugins/fastestmirror/fastestmirror.py
index ede1440..a2cb74e 100644
--- a/plugins/fastestmirror/fastestmirror.py
+++ b/plugins/fastestmirror/fastestmirror.py
@@ -316,7 +316,7 @@ class FastestMirror:
                 self._add_result(mirror, mhost, result)
             else:
                 # No cached info. so spawn a thread and find the info. out
-                self._init_locks()
+                self._init_lock()
                 pollThread = PollThread(self, mirror)
                 pollThread.start()
                 self.threads.append(pollThread)



More information about the Yum-cvs-commits mailing list