]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Explicitly ignore fr_event_timer_in() return value (CID #1503936) (#4769)
authorJames Jones <jejones3141@gmail.com>
Fri, 14 Oct 2022 14:14:44 +0000 (09:14 -0500)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 14:14:44 +0000 (10:14 -0400)
commitf6ee58dc899fb826d4ea30037b84cc09fac2f88d
treefae4765da1edfdd9242b4c5e710d1fb2aa2c2dcf
parentfc4faa1b7c07fdc25f34337d329af87a1fcbd356
Explicitly ignore fr_event_timer_in() return value (CID #1503936) (#4769)

fr_event_timer_in() (actually _fr_event_timer_at()) reuses events
where possible, and being in the idle timeout means that there is
such an event available for reuse.
src/lib/ldap/connection.c