[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Add a missing workqueue.task_done()



---
 fsck/check-1/hash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fsck/check-1/hash b/fsck/check-1/hash
index eb2c946..b5e0ce6 100755
--- a/fsck/check-1/hash
+++ b/fsck/check-1/hash
@@ -56,6 +56,7 @@ class HashingThread(threading.Thread):
             except Exception, e:
                 errors.append((filename, 'Exception: %s'%(e)))
                 if verbose >= 2: print "%s: Exception (%s)"%(filename, e)
+                workqueue.task_done()
                 continue
 
             if actual_hash != filename:
-- 
1.5.6.5



Reply to: