1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

MFp4: Fix typo in recv spd.

MFC after: 1 week
This commit is contained in:
Hidetoshi Shimokawa 2007-04-30 12:55:03 +00:00
parent 8673ed1565
commit 5cc9512ae2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169127

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];