From 8b143acb3a77cad0eb9e896135885cf28dffc2c3 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Sat, 10 Jun 2000 01:53:02 +0000 Subject: [PATCH] remove debugging printfs, no really --- lib/isc/unix/entropy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c index 0e1bcc89cd..10255ea2d6 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -403,7 +403,6 @@ fillpool(isc_entropy_t *ent, unsigned int needed, isc_boolean_t blocking) { if (blocking && remaining != 0) { int fds; fds = wait_for_sources(ent); - fds, added, needed, remaining); if (fds > 0) goto again; }