From: Alan T. DeKok Date: Mon, 4 Aug 2025 20:57:10 +0000 (-0400) Subject: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6325718b2a88e3a1106b31a355118f80cba7e4ce;p=thirdparty%2Ffreeradius-server.git fix typo --- diff --git a/src/modules/rlm_radius/bio.c b/src/modules/rlm_radius/bio.c index 1f8fdfb7af..5bb48c46b0 100644 --- a/src/modules/rlm_radius/bio.c +++ b/src/modules/rlm_radius/bio.c @@ -2603,7 +2603,7 @@ static int mod_thread_instantiate(module_thread_inst_ctx_t const *mctx) thread->bio.fd = fr_bio_fd_alloc(thread, &thread->ctx.fd_config, 0); if (!thread->bio.fd) { PERROR("%s - failed opening socket", inst->name); - return CONNECTION_STATE_FAILED; + return -1; } thread->bio.fd->uctx = thread;