catch another issue
This commit is contained in:
parent
f7ed81c6aa
commit
63d56b1f2f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue