From: Arran Cudbard-Bell Date: Sun, 12 May 2024 18:17:58 +0000 (-0600) Subject: F'ing copilot X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa2e0731847025e8760f917cc09aec0841cf7da5;p=thirdparty%2Ffreeradius-server.git F'ing copilot --- diff --git a/src/modules/rlm_sql/rlm_sql.c b/src/modules/rlm_sql/rlm_sql.c index ad037ea948d..0ea3b998dff 100644 --- a/src/modules/rlm_sql/rlm_sql.c +++ b/src/modules/rlm_sql/rlm_sql.c @@ -1859,12 +1859,13 @@ static int mod_instantiate(module_inst_ctx_t const *mctx) * * This is absolutely fine, and was taken into account in * the design of the module code. The main instantiation - * loop, will not call the driver's instantiate function + * loop, will not call the driver's instantiate function, * twice. * * This is only a problem in rlm_sql. The other users of * connection pool either don't have submodules or have - * the submodules call module_instantiate() themselves. + * the submodules call module_rlm_connection_pool_init() + * themselves. */ if (unlikely(module_instantiate(inst->driver_submodule) < 0)) { cf_log_err(conf, "Failed instantiating driver module");