diff --git a/trunk/ripnews/news/article.rb b/trunk/ripnews/news/article.rb index bd25c6e..d1502cc 100644 --- a/trunk/ripnews/news/article.rb +++ b/trunk/ripnews/news/article.rb @@ -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