Commit fb690a5e authored by kent@mysql.com's avatar kent@mysql.com

No commit message

No commit message
parent 8dd0a47d
...@@ -119,7 +119,7 @@ sub mtr_timer_stop_all ($) { ...@@ -119,7 +119,7 @@ sub mtr_timer_stop_all ($) {
foreach my $name ( keys %{$timers->{'timers'}} ) foreach my $name ( keys %{$timers->{'timers'}} )
{ {
mtr_timer_stop($name); mtr_timer_stop($timers, $name);
} }
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment