1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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