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
09cd6554
Commit
09cd6554
authored
Aug 03, 2017
by
Francis Dupont
Browse files
[5272] cosmetics
parent
15a1411f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/hooks/dhcp/lease_cmds/lease_cmds.cc
View file @
09cd6554
...
...
@@ -370,7 +370,8 @@ LeaseCmdsImpl::leaseAddHandler(const std::string& name,
.
arg
(
ex
.
what
());
return
(
createAnswer
(
CONTROL_RESULT_ERROR
,
ex
.
what
()));
}
LOG_INFO
(
lease_cmds_logger
,
v4
?
LEASE_CMDS_ADD4
:
LEASE_CMDS_ADD6
).
arg
(
txt
);
LOG_INFO
(
lease_cmds_logger
,
v4
?
LEASE_CMDS_ADD4
:
LEASE_CMDS_ADD6
).
arg
(
txt
);
return
(
createAnswer
(
CONTROL_RESULT_SUCCESS
,
"Lease added."
));
}
...
...
src/hooks/dhcp/lease_cmds/lease_cmds.h
View file @
09cd6554
...
...
@@ -24,7 +24,7 @@ class LeaseCmdsImpl;
class
LeaseCmds
{
public:
/// @brief Initializes additional host commands.
/// @brief Initializes additional host
reservation
commands.
///
/// First, it ensures that either alternate host data source or CfgHosts
/// (configuration storage) are available. Then it checks that CommandMgr
...
...
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