mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
zdb -R: do not treat numeric parameters to a flag as more flags
Reviewed by: Matthew Ahrens <mahrens@delphix.com> MFC after: 1 week
This commit is contained in:
parent
0d52168e42
commit
df217ba9ba
1 changed files with 1 additions and 0 deletions
|
|
@ -3012,6 +3012,7 @@ zdb_read_block(char *thing, spa_t *spa)
|
|||
free(dup);
|
||||
return;
|
||||
}
|
||||
i += p - &flagstr[i + 1]; /* skip over the number */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue