Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b59b7cff
Commit
b59b7cff
authored
Aug 18, 1999
by
Bob Halley
Browse files
Fix typo ("bufsiz" instead of "bufsize")
parent
b97feea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/ifiter_ioctl.c
View file @
b59b7cff
...
@@ -96,7 +96,7 @@ isc_interfaceiter_create(isc_mem_t *mctx, isc_interfaceiter_t **iterp)
...
@@ -96,7 +96,7 @@ isc_interfaceiter_create(isc_mem_t *mctx, isc_interfaceiter_t **iterp)
* retry.
* retry.
*/
*/
if
(
iter
->
ifc
.
ifc_len
+
2
*
sizeof
(
struct
ifreq
)
if
(
iter
->
ifc
.
ifc_len
+
2
*
sizeof
(
struct
ifreq
)
<
iter
->
bufsiz
)
<
iter
->
bufsiz
e
)
break
;
break
;
}
}
if
(
errno
!=
EINVAL
)
{
if
(
errno
!=
EINVAL
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment