mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04:00
Fix typo ("bufsiz" instead of "bufsize")
This commit is contained in:
parent
b97feea8fd
commit
b59b7cff7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue