mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix bug where a timer was stopped by calling mtr_timer_stop with a "timer" instead of it's name
This commit is contained in:
parent
85cfdc5bcc
commit
b860c4dbf5
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ sub mtr_timer_timeout ($$) {
|
|||
|
||||
# We got a timeout
|
||||
my $name= $timers->{'pids'}->{$pid};
|
||||
mtr_timer_stop($timers, $timers->{'timers'}->{$name});
|
||||
mtr_timer_stop($timers, $name);
|
||||
return $name;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue