]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Document what's going on
authorAlan T. DeKok <aland@freeradius.org>
Sat, 6 Jun 2015 13:36:45 +0000 (09:36 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 6 Jun 2015 13:36:45 +0000 (09:36 -0400)
src/main/modules.c

index 2e26b89aacd99d8cdb651261fc2dffb425e5060a..355adf6b72faeede007e2879a05b6a7b45bc281b 100644 (file)
@@ -1516,6 +1516,9 @@ int module_hup_module(CONF_SECTION *cs, module_instance_t *node, time_t when)
        mh->next = node->mh;
        node->mh = mh;
 
+       /*
+        *      Replace the instance handle while the module is running.
+        */
        node->insthandle = insthandle;
 
        /*