diff options
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 5a28a9a7..11484533 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -220,7 +220,7 @@ hextonum(char chs) static int macfd; static uint8_t *rmac = NULL; static int random; - if (random > 15) { + if (random > 11) { close(macfd); free(rmac); rmac = NULL; |