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
9440d65d
Commit
9440d65d
authored
Dec 01, 2012
by
JINMEI Tatuya
Browse files
[2382] comment wording fix
parent
dfd0dd10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdata.cc
View file @
9440d65d
...
...
@@ -133,7 +133,7 @@ createRdata(const RRType& rrtype, const RRClass& rrclass,
}
catch
(
const
MasterLexer
::
LexerError
&
error
)
{
fromtextError
(
error_issued
,
lexer
,
callbacks
,
&
error
.
token_
,
""
);
}
catch
(
const
Exception
&
ex
)
{
// Catching all isc::Exception is too broad,
and
right now we don't
// Catching all isc::Exception is too broad,
but
right now we don't
// have better granularity. When we complete #2518 we can make this
// finer.
fromtextError
(
error_issued
,
lexer
,
callbacks
,
NULL
,
ex
.
what
());
...
...
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