]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove "todo" which we have now done
authorAlan T. DeKok <aland@freeradius.org>
Mon, 22 Mar 2021 14:32:33 +0000 (10:32 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:09:17 +0000 (16:09 +0100)
src/lib/server/virtual_servers.c

index 80b6105e06427c3053c03eda94242ba47be65c1c..b53f5a5881d9f2e78c6300b858dd9d86cd6391c2 100644 (file)
@@ -419,8 +419,6 @@ static int namespace_parse(TALLOC_CTX *ctx, void *out, UNUSED void *parent, CONF
 
        /*
         *      We now require a process module for everything.
-        *
-        *      @todo - add one for the "control" virtual server!
         */
        if (dl_module_instance(ctx, &server->process_module, process_cs, NULL, namespace, DL_MODULE_TYPE_PROCESS) < 0) {
                cf_log_warn(server_cs, "Failed loading process module");