inc_stats(manager->stats, sock->statsindex[STATID_ACCEPT]);
} else {
inc_stats(manager->stats, sock->statsindex[STATID_ACCEPTFAIL]);
- isc_refcount_decrement(&NEWCONNSOCK(dev)->references);
+ (void)isc_refcount_decrement(&NEWCONNSOCK(dev)->references);
free_socket((isc__socket_t **)&dev->newsocket);
}
ISC_LIST_UNLINK(sock->accept_list, dev,
ev_link);
- isc_refcount_decrement(
+ (void)isc_refcount_decrement(
&NEWCONNSOCK(dev)->references);
free_socket((isc__socket_t **)&dev->newsocket);