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
debfaab2
Commit
debfaab2
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: handler
parent
23d6c57b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/config/hooked_command_mgr.cc
View file @
debfaab2
...
...
@@ -103,7 +103,7 @@ HookedCommandMgr::handleCommand(const std::string& cmd_name,
for
(
auto
h
=
hooks
.
cbegin
();
h
!=
hooks
.
end
();
++
h
)
{
// Try to convert hook name to command name. If non-empty
// string is returned it means that the hook point may have
// command hanlers associated with it. Otherwise, it means that
// command han
d
lers associated with it. Otherwise, it means that
// existing hook points are not for command handlers but for
// regular callouts.
std
::
string
command_name
=
ServerHooks
::
hookToCommandName
(
*
h
);
...
...
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