don't crash on bullshit
This commit is contained in:
parent
d2fbc70269
commit
9b82606a4e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#################################
|
||||
#
|
||||
# $Dwarf: article.rb,v 1.68 2003/06/14 23:44:20 ward Exp $
|
||||
# $Dwarf: article.rb,v 1.69 2003/07/03 14:03:11 ward Exp $
|
||||
# $Source$
|
||||
#
|
||||
# article.rb
|
||||
|
|
@ -651,7 +651,7 @@ def quit
|
|||
for server in @connections.keys
|
||||
begin
|
||||
@connections[server]["nntp"].quit
|
||||
rescue Errno::EPIPE, Errno::ECONNRESET
|
||||
rescue Errno::EPIPE, Errno::ECONNRESET, EOFError
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue