diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/lib/Mail/Rspamd/Client.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl/lib/Mail/Rspamd/Client.pm b/perl/lib/Mail/Rspamd/Client.pm index 1fcaef130..1a1d6d095 100644 --- a/perl/lib/Mail/Rspamd/Client.pm +++ b/perl/lib/Mail/Rspamd/Client.pm @@ -349,9 +349,6 @@ sub _create_connection { if ($self->_get_io_readiness($remote, 1) != 0) { return $remote; } - else { - next; - } } while ($tries < 5); return undef unless $server; |