diff options
author | Kim Alvefur <zash@zash.se> | 2021-08-31 13:34:08 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-08-31 13:34:08 +0200 |
commit | 307e58cc75eda7aa9b7bef4d65d7952b6bca8748 (patch) | |
tree | 8d49c142bab1d8896e11e063abe65f02e29da74f /makefile | |
parent | 9eb707763c5b867b30f805f40eb979bf04001afc (diff) | |
download | prosody-307e58cc75eda7aa9b7bef4d65d7952b6bca8748.tar.gz prosody-307e58cc75eda7aa9b7bef4d65d7952b6bca8748.zip |
net.server_epoll: Prevent removed timers from being readded
In a case like this the timer would not be readded:
addtimer(1, function(t, id)
stop(id)
return 1
end);
Diffstat (limited to 'makefile')
0 files changed, 0 insertions, 0 deletions