diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c index d4d3c2206b..aa6223658f 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy.c,v 1.47 2000/08/01 01:31:13 tale Exp $ */ +/* $Id: entropy.c,v 1.48 2000/08/26 01:10:54 bwelling Exp $ */ #include @@ -914,7 +914,7 @@ destroy(isc_entropy_t **entp) { UNLOCK(&ent->lock); - isc_mutex_destroy(&ent->lock); + (void)isc_mutex_destroy(&ent->lock); memset(ent, 0, sizeof(isc_entropy_t)); isc_mem_put(mctx, ent, sizeof(isc_entropy_t));