2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Fix typo ("bufsiz" instead of "bufsize")

This commit is contained in:
Bob Halley 1999-08-18 19:32:46 +00:00
parent b97feea8fd
commit b59b7cff7a

View File

@ -96,7 +96,7 @@ isc_interfaceiter_create(isc_mem_t *mctx, isc_interfaceiter_t **iterp)
* retry.
*/
if (iter->ifc.ifc_len + 2 * sizeof(struct ifreq)
< iter->bufsiz)
< iter->bufsize)
break;
}
if (errno != EINVAL) {