svn commit: r262104 - stable/10/cddl/contrib/opensolaris/cmd/zdb
Andriy Gapon
avg at FreeBSD.org
Mon Feb 17 17:48:39 UTC 2014
Author: avg
Date: Mon Feb 17 17:48:38 2014
New Revision: 262104
URL: http://svnweb.freebsd.org/changeset/base/262104
Log:
MFC r260811: zdb -R: do not treat numeric parameters to a flag as more flags
Modified:
stable/10/cddl/contrib/opensolaris/cmd/zdb/zdb.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/cddl/contrib/opensolaris/cmd/zdb/zdb.c
==============================================================================
--- stable/10/cddl/contrib/opensolaris/cmd/zdb/zdb.c Mon Feb 17 17:46:33 2014 (r262103)
+++ stable/10/cddl/contrib/opensolaris/cmd/zdb/zdb.c Mon Feb 17 17:48:38 2014 (r262104)
@@ -2960,6 +2960,7 @@ zdb_read_block(char *thing, spa_t *spa)
free(dup);
return;
}
+ i += p - &flagstr[i + 1]; /* skip over the number */
}
}
More information about the svn-src-all
mailing list