1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
kent@mysql.com
2005-08-27 01:45:50 +02:00
parent 8dd0a47da0
commit fb690a5e04

View File

@@ -119,7 +119,7 @@ sub mtr_timer_stop_all ($) {
foreach my $name ( keys %{$timers->{'timers'}} )
{
mtr_timer_stop($name);
mtr_timer_stop($timers, $name);
}
return 1;
}