Mis-edit in last commit.

This commit is contained in:
phk 2002-05-26 09:57:59 +00:00
parent 3a79eba71d
commit cd78b1f556

View File

@ -446,6 +446,7 @@ mdstart_malloc(struct md_s *sc, struct bio *bp)
error = ENOSPC;
break;
}
bcopy(dst, (void *)sp, sc->secsize);
error = s_write(sc->indir, secno, sp);
} else {
bcopy(dst, (void *)osp, sc->secsize);