mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user