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
b00635aa
Commit
b00635aa
authored
Jan 25, 2014
by
Kean Johnston
Browse files
[1516] Fixed function argument indentation.
parent
5017a998
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/auth_srv.cc
View file @
b00635aa
...
...
@@ -584,7 +584,7 @@ AuthSrv::processMessage(const IOMessage& io_message, Message& message,
}
else
if
(
opcode
!=
Opcode
::
QUERY
())
{
const
IOEndpoint
&
remote_ep
=
io_message
.
getRemoteEndpoint
();
LOG_DEBUG
(
auth_logger
,
DBG_AUTH_DETAIL
,
AUTH_UNSUPPORTED_OPCODE
)
.
arg
(
message
.
getOpcode
().
toText
()).
arg
(
remote_ep
);
.
arg
(
message
.
getOpcode
().
toText
()).
arg
(
remote_ep
);
makeErrorMessage
(
impl_
->
renderer_
,
message
,
buffer
,
Rcode
::
NOTIMP
(),
stats_attrs
,
tsig_context
);
}
else
if
(
message
.
getRRCount
(
Message
::
SECTION_QUESTION
)
!=
1
)
{
...
...
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