Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
031eda63
Commit
031eda63
authored
May 18, 2011
by
JINMEI Tatuya
Browse files
[trac915] added a space in exception what() message for readability
parent
ac2e283b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdata/any_255/tsig_250.cc
View file @
031eda63
...
...
@@ -71,7 +71,7 @@ getToken(istringstream& iss, const string& full_input) {
string
token
;
iss
>>
token
;
if
(
iss
.
bad
()
||
iss
.
fail
())
{
isc_throw
(
InvalidRdataText
,
"Invalid TSIG text: parse error"
<<
isc_throw
(
InvalidRdataText
,
"Invalid TSIG text: parse error
"
<<
full_input
);
}
return
(
token
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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