]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove bad asserts
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 25 Jan 2022 23:11:03 +0000 (17:11 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 25 Jan 2022 23:11:03 +0000 (17:11 -0600)
src/modules/rlm_radius/rlm_radius.c

index be60be909d361385733c1675db0dde226a841716..c56900a4abfe506c09df8ee8edb7748e995562b0 100644 (file)
@@ -728,9 +728,6 @@ static int mod_bootstrap(module_inst_ctx_t const *mctx)
 
 setup_io_submodule:
        inst->io = (rlm_radius_io_t const *) inst->io_submodule->module->common;
-       fr_assert(inst->io->thread_inst_size > 0);
-       fr_assert(inst->io->bootstrap != NULL);
-       fr_assert(inst->io->instantiate != NULL);
 
        /*
         *      Get random Proxy-State identifier for this module.