]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
web/operations: undo the disable-ophandle-expiration change that inadvertently got...
authorBrian Warner <warner@allmydata.com>
Thu, 15 Jan 2009 02:14:59 +0000 (19:14 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 15 Jan 2009 02:14:59 +0000 (19:14 -0700)
src/allmydata/web/operations.py

index 31ff44670e27d0e0bf4bc46fa94ea51be8b099bf..2466ecdaa584b6124e550f299e4cf4f550717684 100644 (file)
@@ -109,7 +109,7 @@ class OphandleTable(rend.Page, service.Service):
         if ophandle in self.timers and self.timers[ophandle].active():
             self.timers[ophandle].cancel()
         self.timers.pop(ophandle, None)
-        self.handles.pop(ophandle, None)
+        self.handles.pop(ophandle, None)
 
 class ReloadMixin:
     REFRESH_TIME = 1*MINUTE