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
Sebastian Schrader
Kea
Commits
e7251d0c
Commit
e7251d0c
authored
Feb 09, 2011
by
Michal 'vorner' Vaner
Browse files
[trac505] Split long line
parent
f167a263
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/query.cc
View file @
e7251d0c
...
...
@@ -177,8 +177,8 @@ Query::process() const {
break
;
}
/*
* In case the synthetized name is too long, section 4.1 of RFC
2672
* mandates we return YXDOMAIN.
* In case the synthetized name is too long, section 4.1 of RFC
*
2672
mandates we return YXDOMAIN.
*/
catch
(
const
isc
::
dns
::
TooLongName
&
)
{
response_
.
setRcode
(
Rcode
::
YXDOMAIN
());
...
...
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