Land #5088: @rwhitcroft fix premature close on connect -i
commit
a54182a562
|
@ -629,6 +629,8 @@ class Core
|
|||
n2c.kill
|
||||
end
|
||||
|
||||
c2n.join
|
||||
n2c.join
|
||||
|
||||
sock.close rescue nil
|
||||
infile.close if infile
|
||||
|
|
Loading…
Reference in New Issue