From: James Jones Date: Tue, 18 Oct 2022 17:13:07 +0000 (-0500) Subject: Ignore fr_event_timer_in() return here, too (CID #154036) (#4773) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5d93ffabc9aed5e6e60de5265612a50373b5ffd;p=thirdparty%2Ffreeradius-server.git Ignore fr_event_timer_in() return here, too (CID #154036) (#4773) Like 1503936, this is in a callback and will reuse the idle timeout event. --- diff --git a/src/lib/ldap/connection.c b/src/lib/ldap/connection.c index 820eb04d502..d3bc487d264 100644 --- a/src/lib/ldap/connection.c +++ b/src/lib/ldap/connection.c @@ -734,8 +734,8 @@ static void ldap_trunk_request_demux(fr_event_list_t *el, fr_trunk_connection_t /* * Reset the idle timeout event */ - fr_event_timer_in(ttrunk, el, &ttrunk->ev, - ttrunk->t->config->idle_timeout, _ldap_trunk_idle_timeout, ttrunk); + (void) fr_event_timer_in(ttrunk, el, &ttrunk->ev, + ttrunk->t->config->idle_timeout, _ldap_trunk_idle_timeout, ttrunk); do { /*