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
5279c2e1
Commit
5279c2e1
authored
Jan 10, 2012
by
JINMEI Tatuya
Browse files
[1546] updated the comment about delaying listening to command/config
to clarify that it's also necessary for listen_on.
parent
be7b7552
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/main.cc
View file @
5279c2e1
...
...
@@ -165,8 +165,9 @@ main(int argc, char* argv[]) {
// We delay starting listening to new commands/config just before we
// go into the main loop to avoid confusion due to mixture of
// synchronous and asynchronous operations (this would happen in
// initializing TSIG keys below). Until then all operations on the
// CC session will take place synchronously.
// initializing TSIG keys below, and initial communication with the
// socket creator that takes place in updateConfig()). Until then all
// operations on the CC session will take place synchronously.
config_session
=
new
ModuleCCSession
(
specfile
,
*
cc_session
,
my_config_handler
,
my_command_handler
,
false
);
...
...
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