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
5c821b7b
Commit
5c821b7b
authored
Feb 18, 1999
by
Bob Halley
Browse files
fix cut and paste error
parent
6d5dcd0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/name.c
View file @
5c821b7b
...
...
@@ -1778,7 +1778,7 @@ dns_name_fromwire(dns_name_t *name, isc_buffer_t *source,
/*
* Local compression.
*/
if
((
dctx
->
allowed
&
DNS_COMPRESS_
G
LO
B
AL
16
)
==
if
((
dctx
->
allowed
&
DNS_COMPRESS_LO
C
AL
)
==
0
)
return
(
DNS_R_DISALLOWED
);
...
...
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