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
cd38c8c1
Commit
cd38c8c1
authored
Feb 16, 2014
by
Evan Hunt
Browse files
[master] fixed mistake with delve +short
parent
b412cb53
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/delve/delve.c
View file @
cd38c8c1
...
...
@@ -465,7 +465,9 @@ printdata(dns_rdataset_t *rdataset, dns_name_t *owner,
if
(
result
==
ISC_R_NOSPACE
)
{
isc_mem_put
(
mctx
,
t
,
len
);
len
+=
1024
;
}
else
}
else
if
(
result
==
ISC_R_NOMORE
)
result
=
ISC_R_SUCCESS
;
else
CHECK
(
result
);
}
while
(
result
==
ISC_R_NOSPACE
);
...
...
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