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:
Andriy Gapon 2014-01-17 10:18:45 +00:00
parent 0d52168e42
commit df217ba9ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260811

View File

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