mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 00:30:00 -04:00
remove debugging printfs, no really
This commit is contained in:
parent
01e8ed519e
commit
8b143acb3a
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue