2
0
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:
Mark Andrews
2014-05-24 23:24:19 +10:00
parent f5ae3cca1d
commit 4b22b8decb

View File

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