Revert r209469: it causes the rest of the function to be bypassed.

Reported by: ae
This commit is contained in:
Rebecca Cran 2010-12-06 11:37:24 +00:00
parent 7df9d5acad
commit 20016815e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216229

View File

@ -356,8 +356,6 @@ write_mbr(const char *fname, int flags, u_int8_t *mbr, int mbr_size)
if (n != mbr_size)
errx(1, "%s: short write", fname);
return;
} else {
err(1, "write_mbr: %s", fname);
}
/*