From: Alan T. DeKok Date: Sun, 8 Oct 2023 17:18:08 +0000 (-0400) Subject: add missing case X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8872faa805dfceabfde2b474b7a94d59463869f;p=thirdparty%2Ffreeradius-server.git add missing case --- diff --git a/src/modules/rlm_linelog/rlm_linelog.c b/src/modules/rlm_linelog/rlm_linelog.c index 87db6556a8..72d4b88995 100644 --- a/src/modules/rlm_linelog/rlm_linelog.c +++ b/src/modules/rlm_linelog/rlm_linelog.c @@ -923,6 +923,7 @@ static int mod_instantiate(module_inst_ctx_t const *mctx) if (!inst->pool) return -1; break; + case LINELOG_DST_REQUEST: case LINELOG_DST_STDOUT: case LINELOG_DST_STDERR: break;