remove debugging printfs, no really

This commit is contained in:
Michael Graff
2000-06-10 01:53:02 +00:00
parent 01e8ed519e
commit 8b143acb3a

View File

@@ -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;
}