Remove 5 second sleep for win32

This commit is contained in:
msvensson@neptunus.(none) 2006-04-24 10:22:26 +02:00
parent d59a0f4840
commit 1f2ac2195a

View file

@ -736,8 +736,6 @@ sub mtr_mysqladmin_shutdown {
$timeout or mtr_debug("At least one server is still listening to its port");
sleep(5) if $::glob_win32; # FIXME next startup fails if no sleep
return $res;
}