Skip to content
GitLab
Menu
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
b058641f
Commit
b058641f
authored
Mar 19, 2013
by
JINMEI Tatuya
Browse files
[1938] editorial cleanup: simplififcation
parent
08fbb8a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/auth_srv.cc
View file @
b058641f
...
...
@@ -801,8 +801,7 @@ AuthSrvImpl::processNotify(const IOMessage& io_message, Message& message,
LOG_DEBUG
(
auth_logger
,
DBG_AUTH_DETAIL
,
AUTH_RECEIVED_NOTIFY
)
.
arg
(
question
->
getName
()).
arg
(
question
->
getClass
()).
arg
(
remote_ep
);
const
string
remote_ip_address
=
io_message
.
getRemoteEndpoint
().
getAddress
().
toText
();
const
string
remote_ip_address
=
remote_ep
.
getAddress
().
toText
();
static
const
string
command_template_start
=
"{
\"
command
\"
: [
\"
notify
\"
, {
\"
zone_name
\"
:
\"
"
;
static
const
string
command_template_master
=
"
\"
,
\"
master
\"
:
\"
"
;
...
...
Write
Preview
Supports
Markdown
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