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
7ff9d3a9
Commit
7ff9d3a9
authored
Jul 27, 2017
by
Evan Hunt
Browse files
[master] fix typo in BADCDS
parent
f192875d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/result.c
View file @
7ff9d3a9
...
...
@@ -154,7 +154,7 @@ static const char *text[DNS_R_NRESULTS] = {
"bad EUI"
,
/*%< 109 DNS_R_BADEUI */
"covered by negative trust anchor"
,
/*%< 110 DNS_R_NTACOVERED */
"bad CDS"
,
/*%< 111 DNS_R_BADC
S
D */
"bad CDS"
,
/*%< 111 DNS_R_BADCD
S
*/
"bad CDNSKEY"
,
/*%< 112 DNS_R_BADCDNSKEY */
"malformed OPT option"
,
/*%< 113 DNS_R_OPTERR */
"malformed DNSTAP data"
,
/*%< 114 DNS_R_BADDNSTAP */
...
...
@@ -280,7 +280,7 @@ static const char *ids[DNS_R_NRESULTS] = {
"DNS_R_NOTDYNAMIC"
,
"DNS_R_BADEUI"
,
"DNS_R_NTACOVERED"
,
"DNS_R_BADC
S
D"
,
"DNS_R_BADCD
S
"
,
"DNS_R_BADCDNSKEY"
,
"DNS_R_OPTERR"
,
"DNS_R_BADDNSTAP"
,
...
...
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