Commit 7662fc2a authored by unknown's avatar unknown

No commit message

No commit message
parent 857258f1
...@@ -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