Changeset 5419

Show
Ignore:
Timestamp:
02/14/08 15:11:57 (6 months ago)
Author:
hdm
Message:

Ignore exceptions during shutdown()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/lib/rex/socket/tcp.rb

    r3513 r5419  
    4747                begin 
    4848                        return (super(how) == 0) 
    49                 rescue Errno::ENOTCONN 
     49                rescue ::Exception 
    5050                end 
    5151        end