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
e516af2147
commit
e1e8b09fde
@ -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 New Issue
Block a user