From: Alan T. DeKok Date: Sat, 6 Jun 2015 13:36:45 +0000 (-0400) Subject: Document what's going on X-Git-Tag: release_3_0_9~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20a588d95e57623d93d690adb5cebfe4a482da6;p=thirdparty%2Ffreeradius-server.git Document what's going on --- diff --git a/src/main/modules.c b/src/main/modules.c index 2e26b89aacd..355adf6b72f 100644 --- a/src/main/modules.c +++ b/src/main/modules.c @@ -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; /*