catch another issue

This commit is contained in:
Ward Wouts 2004-06-02 21:07:29 +00:00
parent f7ed81c6aa
commit 63d56b1f2f

View file

@ -1,4 +1,4 @@
# $Dwarf: article.rb,v 1.81 2004/05/19 09:55:12 ward Exp $ # $Dwarf: article.rb,v 1.82 2004/06/02 21:05:08 ward Exp $
# $Source$ # $Source$
# #
@ -201,7 +201,7 @@ def get_group_info(server)
else else
raise PermError, "#{$!}" raise PermError, "#{$!}"
end end
rescue Errno::EPIPE, Errno::ECONNRESET, Errno::ETIMEDOUT, EOFError rescue Errno::EPIPE, Errno::ECONNRESET, Errno::ETIMEDOUT, EOFError, Errno::EINVAL
printerr(server) printerr(server)
reconnect(server) reconnect(server)
retry retry