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
f3f429b0
Commit
f3f429b0
authored
Oct 24, 2013
by
Mukund Sivaraman
Browse files
[master] Delete trailing space
parent
ea8ba75f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/query.cc
View file @
f3f429b0
...
...
@@ -255,7 +255,7 @@ Query::addWildcardNXRRSETProof(ZoneFinder& finder, ConstRRsetPtr nsec) {
if
(
nsec
->
getRdataCount
()
==
0
)
{
isc_throw
(
BadNSEC
,
"NSEC for WILDCARD_NXRRSET is empty"
);
}
ConstZoneFinderContextPtr
fcontext
=
finder
.
find
(
*
qname_
,
RRType
::
NSEC
(),
dnssec_opt_
|
ZoneFinder
::
NO_WILDCARD
);
...
...
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