From: Alan T. DeKok Date: Wed, 15 Mar 2023 13:20:11 +0000 (-0400) Subject: mark client as active X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0cdde1dd790c5e2073541e1560ccce24e86e73;p=thirdparty%2Ffreeradius-server.git mark client as active --- diff --git a/src/listen/bfd/proto_bfd.c b/src/listen/bfd/proto_bfd.c index c014bdb1b3e..7bf264d2d2c 100644 --- a/src/listen/bfd/proto_bfd.c +++ b/src/listen/bfd/proto_bfd.c @@ -547,6 +547,8 @@ static int mod_bootstrap(module_inst_ctx_t const *mctx) } + c->active = true; + if (!fr_rb_insert(inst->peers, c)) { cf_log_err(cs, "Failed to add peer %s", cf_section_name2(cs)); goto error;