From: cebka@lenovo-laptop Date: Tue, 12 Jan 2010 15:10:10 +0000 (+0300) Subject: * Remove useless next in cycle X-Git-Tag: 0.3.0~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d544f1d5770f56bf8b2b75ca7a04ac5441069e68;p=thirdparty%2Frspamd.git * Remove useless next in cycle --- diff --git a/perl/lib/Mail/Rspamd/Client.pm b/perl/lib/Mail/Rspamd/Client.pm index 1fcaef1301..1a1d6d0956 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;