don't crash on bullshit

This commit is contained in:
Ward Wouts 2003-07-06 08:14:05 +00:00
parent d2fbc70269
commit 9b82606a4e

View file

@ -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