Telnet.rb patch

I am using net/telnet.rb in ruby 1.8 with Telnetmode = false.

There is a serious bug which prevents it working, which I fixed after
some digging through the code.

A quick search through ruby-talk and I found that someone previously
posted the same fix for this:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/19282

I think this one had fallen through the cracks, can it be applied?

Thanks

Stephen.
± S.D.Sykes - www.stephensykes.com - +358 50 577 3879 -

···

“Don’t be so humble. You’re not that great.” – Golda Meir

Hi,

···

In message “telnet.rb patch” on 03/06/02, haldane jbshaldane@hotmail.com writes:

I am using net/telnet.rb in ruby 1.8 with Telnetmode = false.

There is a serious bug which prevents it working, which I fixed after
some digging through the code.

A quick search through ruby-talk and I found that someone previously
posted the same fix for this:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/19282

I think this one had fallen through the cracks, can it be applied?

Yes. Thank you for reminding us.

						matz.