From 4c1bd312d5ad4583bd5cb3fbda35d9b768898022 Mon Sep 17 00:00:00 2001 From: Mike Palmiotto Date: Fri, 4 Oct 2024 09:40:01 -0400 Subject: [PATCH] Fix wrong config reference --- command/command_stubs_oss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/command_stubs_oss.go b/command/command_stubs_oss.go index d3c8549d00ec..b2573b6d9a01 100644 --- a/command/command_stubs_oss.go +++ b/command/command_stubs_oss.go @@ -27,7 +27,7 @@ func entGetFIPSInfoKey() string { return "" } -func entCheckRequestLimiter(_cmd *ServerCommand, _coreConfig vault.CoreConfig) { +func entCheckRequestLimiter(_cmd *ServerCommand, _config server.Config) { } func entExtendAddonHandlers(handlers *vaultHandlers) {}