Author: dmeyer
Date: Sun Nov  5 16:03:57 2006
New Revision: 1977

Modified:
   trunk/beacon/src/server/crawl.py

Log:
fix crash on shutdown

Modified: trunk/beacon/src/server/crawl.py
==============================================================================
--- trunk/beacon/src/server/crawl.py    (original)
+++ trunk/beacon/src/server/crawl.py    Sun Nov  5 16:03:57 2006
@@ -160,7 +160,7 @@
         # stop inotify and inotify timer
         self._inotify = None
         for wait, timer in self._inotify_timer.items():
-            if timer and timer.active():
+            if timer and timer[1].active():
                 timer.stop()
         self._inotify_timer = {}
         # stop restart timer

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to