MFp4: Fix typo in recv spd.

MFC after: 1 week
This commit is contained in:
simokawa 2007-04-30 12:55:03 +00:00
parent 73001d272d
commit b04643bc9f

View File

@ -1706,7 +1706,7 @@ fw_rcv_copy(struct fw_rcv_buf *rb)
struct tcode_info *tinfo;
u_int res, i, len, plen;
rb->xfer->recv.spd -= rb->spd;
rb->xfer->recv.spd = rb->spd;
pkt = (struct fw_pkt *)rb->vec->iov_base;
tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode];