util/nvmutil: make gbe_st local, not static/global

forgot to remove static when making it local

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-07 00:01:27 +00:00
parent 44e6b00626
commit 884a6779f9
+1 -1
View File
@@ -353,7 +353,7 @@ open_dev_urandom(void)
static void
open_gbe_file(void)
{
static struct stat gbe_st;
struct stat gbe_st;
xopen(&gbe_fd, fname, gbe_flags, &gbe_st);