mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Respect monitor-level timeout https://sourceforge.net/p/webadmin/bugs/5185/
This commit is contained in:
@@ -55,7 +55,7 @@ eval {
|
||||
# Use Webmin's built in FTP code
|
||||
&ftp_download($_[0]->{'host'}, $_[0]->{'file'}, $temp, \$error,
|
||||
undef, $_[0]->{'user'}, $_[0]->{'pass'},
|
||||
$_[0]->{'port'});
|
||||
$_[0]->{'port'}, 0, 0);
|
||||
}
|
||||
alarm(0);
|
||||
$up = $error ? 0 : 1;
|
||||
|
||||
Reference in New Issue
Block a user