mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
fix typo == -> =
This commit is contained in:
@@ -6232,7 +6232,7 @@ isc__socketmgr_waitevents(isc_socketmgr_t *manager0, struct timeval *tvp,
|
||||
&manager->open_max);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
manager->open_max = 64;
|
||||
manager->calls == 0;
|
||||
manager->calls = 0;
|
||||
}
|
||||
for (pass = 0; pass < 2; pass++) {
|
||||
dvp.dp_fds = manager->events;
|
||||
|
Reference in New Issue
Block a user