2
0
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:
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);
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;