mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
4ddf47aaf0
1 changed files with 29 additions and 29 deletions
|
@ -155,8 +155,8 @@ local function runtimers(next_delay, min_wait)
|
||||||
end
|
end
|
||||||
|
|
||||||
if readd then
|
if readd then
|
||||||
for _, timer in pairs(readd) do
|
for id, timer in pairs(readd) do
|
||||||
timers:insert(timer[1], timer[2]);
|
timers:insert(timer[1], timer[2], id);
|
||||||
end
|
end
|
||||||
peek = timers:peek();
|
peek = timers:peek();
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue