compat fix for 1.8.6, there are probably many more bugs like this

git-svn-id: file:///home/svn/framework3/trunk@9281 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-05-11 07:37:57 +00:00
parent fc793f3cfc
commit c0494dcbc0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module PacketDispatcher
response = send_packet_wait_response(packet, t)
if (response == nil)
raise TimeoutError
raise TimeoutError.new("Send timed out")
elsif (response.result != 0)
e = RequestError.new(packet.method, response.result)