]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 4 Aug 2025 20:57:10 +0000 (16:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 4 Aug 2025 21:22:55 +0000 (17:22 -0400)
src/modules/rlm_radius/bio.c

index 1f8fdfb7af86205d07f804de194f1c1ce27b3da8..5bb48c46b035df729a024439454855f61590547e 100644 (file)
@@ -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;