From d544f1d5770f56bf8b2b75ca7a04ac5441069e68 Mon Sep 17 00:00:00 2001 From: "cebka@lenovo-laptop" Date: Tue, 12 Jan 2010 18:10:10 +0300 Subject: [PATCH] * Remove useless next in cycle --- perl/lib/Mail/Rspamd/Client.pm | 3 --- 1 file changed, 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; -- 2.39.5