mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +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);
|
&manager->open_max);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
manager->open_max = 64;
|
manager->open_max = 64;
|
||||||
manager->calls == 0;
|
manager->calls = 0;
|
||||||
}
|
}
|
||||||
for (pass = 0; pass < 2; pass++) {
|
for (pass = 0; pass < 2; pass++) {
|
||||||
dvp.dp_fds = manager->events;
|
dvp.dp_fds = manager->events;
|
||||||
|
Reference in New Issue
Block a user