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
Kea
Commits
7a803a47
Commit
7a803a47
authored
Mar 02, 2010
by
JINMEI Tatuya
Browse files
fixed a trivial typo
git-svn-id:
svn://bind10.isc.org/svn/bind10/trunk@1075
e5f2f494-b856-4b98-b285-d166d9295462
parent
d86f239a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/cpp/rdata/generic/rrsig_46.cc
View file @
7a803a47
...
...
@@ -116,7 +116,7 @@ RRSIG::RRSIG(InputBuffer& buffer, size_t rdata_len)
rdata_len
-=
(
buffer
.
getPosition
()
-
pos
);
if
(
rdata_len
==
0
)
{
dns_throw
(
InvalidRdataLength
,
"
DS
too short"
);
dns_throw
(
InvalidRdataLength
,
"
RRSIG
too short"
);
}
vector
<
uint8_t
>
signature
;
...
...
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