]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Explicity ignore return code (CID #1516561)
authorNick Porter <nick@portercomputing.co.uk>
Tue, 1 Nov 2022 08:20:35 +0000 (08:20 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 1 Nov 2022 08:20:35 +0000 (08:20 +0000)
src/listen/ldap_sync/proto_ldap_sync_ldap.c

index d43ad80f5d5eb7b43cbb53f2b1513c85c6a2e696..8f41f7138528725af9d7ee440b91404d789c3924 100644 (file)
@@ -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