]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1546] updated the comment about delaying listening to command/config
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 11 Jan 2012 07:35:56 +0000 (23:35 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 11 Jan 2012 07:35:56 +0000 (23:35 -0800)
to clarify that it's also necessary for listen_on.

src/bin/auth/main.cc

index 8b8f63ac31c462959f51c5f8cf8c72ff38e70b12..ea809639bd3ce9f5c2f6bc6ff0d478ee89ac669e 100644 (file)
@@ -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);