damn stupid bug shit god namespace blah

git-svn-id: file:///home/svn/incoming/trunk@2657 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-06-21 01:48:20 +00:00
parent 660b942002
commit 10e7a56753
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ module PacketDispatcher
self.waiters = []
# Spawn a new thread that monitors the socket
thr = Thread.new {
thr = ::Thread.new {
while (true)
rv = select([ self.sock ], nil, nil, 2)