mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFp4: Fix typo in recv spd.
MFC after: 1 week
This commit is contained in:
parent
8673ed1565
commit
5cc9512ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue