Skip to content
GitLab
Projects
Groups
Snippets
/
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
50aaa901
Commit
50aaa901
authored
Dec 09, 2012
by
Mark Andrews
Browse files
RETTOK -> RETERR
parent
ecf5a60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rdata/generic/txt_16.c
View file @
50aaa901
...
...
@@ -42,7 +42,7 @@ fromtext_txt(ARGS_FROMTEXT) {
isc_textregion_t
r
;
DE_CONST
(
"#"
,
r
.
base
);
r
.
length
=
1
;
RET
TOK
(
txt_fromtext
(
&
r
,
target
));
RET
ERR
(
txt_fromtext
(
&
r
,
target
));
strings
++
;
}
for
(;;)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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