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

Reported by: ae
This commit is contained in:
brucec 2010-12-06 11:37:24 +00:00
parent 92646cacc6
commit 49fb72e297

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);
}
/*