MFC r260811: zdb -R: do not treat numeric parameters to a flag as more flags

This commit is contained in:
avg 2014-02-17 17:48:38 +00:00
parent e67db98e94
commit 444af87821

View File

@ -2960,6 +2960,7 @@ zdb_read_block(char *thing, spa_t *spa)
free(dup);
return;
}
i += p - &flagstr[i + 1]; /* skip over the number */
}
}