about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-08 03:58:21 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-08 03:58:21 +0000
commitc543b295ff2108623f3748a141e04e5530d06377 (patch)
tree54898857271f07e6f3968cb26cc57bcb53267e07
parent497ce74310baaa7ac4835b8d6aa76acb40d44b7c (diff)
downloadrainbows-c543b295ff2108623f3748a141e04e5530d06377.tar.gz
Otherwise pipeline_ready can false positive on us
-rw-r--r--lib/rainbows/xepoll_thread_spawn/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows/xepoll_thread_spawn/client.rb b/lib/rainbows/xepoll_thread_spawn/client.rb
index 76b4ca2..1ed0de8 100644
--- a/lib/rainbows/xepoll_thread_spawn/client.rb
+++ b/lib/rainbows/xepoll_thread_spawn/client.rb
@@ -72,6 +72,7 @@ module Rainbows::XEpollThreadSpawn::Client
     super
     kato_delete
     N.decr(0, 1) == THRESH and ACCEPTORS.each { |t| t.run }
+    nil
   end
 
   def handle_error(e)