From 92ef50f0bebbf6448eb86455dab31694eb4ad913 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Thu, 24 Jun 1999 04:24:09 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'v1_3_4_990624'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_3_4_990624@491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/thread.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/thread.rb') diff --git a/lib/thread.rb b/lib/thread.rb index 39c3e025f3..baa248e927 100644 --- a/lib/thread.rb +++ b/lib/thread.rb @@ -110,9 +110,9 @@ class ConditionVariable end def broadcast - waiters0 = nil + waitors0 = nil Thread.exclusive do - waiters0 = @waiters.dup + waiters0 = @waitors.dup @waiters.clear end for t in waiters0 -- cgit v1.2.3