From: Nick Porter Date: Tue, 1 Nov 2022 08:20:35 +0000 (+0000) Subject: Explicity ignore return code (CID #1516561) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6430b77b585ceb9144994d77be8801336a980cd8;p=thirdparty%2Ffreeradius-server.git Explicity ignore return code (CID #1516561) --- diff --git a/src/listen/ldap_sync/proto_ldap_sync_ldap.c b/src/listen/ldap_sync/proto_ldap_sync_ldap.c index d43ad80f5d5..8f41f713852 100644 --- a/src/listen/ldap_sync/proto_ldap_sync_ldap.c +++ b/src/listen/ldap_sync/proto_ldap_sync_ldap.c @@ -234,7 +234,7 @@ void ldap_sync_cookie_event(fr_event_list_t *el, UNUSED fr_time_t now, void *uct ldap_sync_cookie_send(sync_packet_ctx); finish: - fr_event_timer_in(sync, el, &sync->cookie_ev, sync->inst->cookie_interval, ldap_sync_cookie_event, sync); + (void) fr_event_timer_in(sync, el, &sync->cookie_ev, sync->inst->cookie_interval, ldap_sync_cookie_event, sync); } /** Enque a new cookie store packet