diff options
author | cebka@lenovo-laptop <cebka@lenovo-laptop> | 2010-01-12 18:10:10 +0300 |
---|---|---|
committer | cebka@lenovo-laptop <cebka@lenovo-laptop> | 2010-01-12 18:10:10 +0300 |
commit | d544f1d5770f56bf8b2b75ca7a04ac5441069e68 (patch) | |
tree | 7d29504527cd708a2464893ffc472054036fa251 /perl | |
parent | 7d7440b2114b4c81816882433294f9c951bc39e8 (diff) | |
download | rspamd-d544f1d5770f56bf8b2b75ca7a04ac5441069e68.tar.gz rspamd-d544f1d5770f56bf8b2b75ca7a04ac5441069e68.zip |
* Remove useless next in cycle
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; |