util/nvmutil: make rmac an array, not a literal.

this prevents reassignment.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 14:42:57 +00:00
parent e7cbd9441c
commit cc47a756f2
+1 -1
View File
@@ -91,7 +91,7 @@ static int invert;
static int part_modified[2];
static const char *mac = NULL;
static const char *rmac = "xx:xx:xx:xx:xx:xx";
static const char rmac[] = "xx:xx:xx:xx:xx:xx";
static const char *fname = "";
static const char *argv0;