Andy Tsouladze's fix to kill the knowledge of servers properly after they have

been killed.
This commit is contained in:
Daniel Stenberg 2008-08-23 11:25:14 +00:00
parent 70b1cd798f
commit a604682805
1 changed files with 1 additions and 0 deletions

View File

@ -2490,6 +2490,7 @@ sub stopservers {
}
$prev = $pid;
}
delete $run{$server};
}
ftpkillslaves($verbose);
}