mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set the local bus address in xfer->dst.
Submitted by: Buzz Slye <buzz@gaia.arc.nasa.gov>
This commit is contained in:
parent
148eac48f1
commit
85b2d114c0
1 changed files with 2 additions and 2 deletions
|
|
@ -522,8 +522,8 @@ fw_ioctl (dev_t dev, u_long cmd, caddr_t data, int flag, fw_proc *td)
|
|||
err = EINVAL;
|
||||
goto error;
|
||||
}
|
||||
xfer->dst = fwdev->dst;
|
||||
fp->mode.hdr.dst = FWLOCALBUS | xfer->dst;
|
||||
xfer->dst = FWLOCALBUS | fwdev->dst;
|
||||
fp->mode.hdr.dst = xfer->dst;
|
||||
break;
|
||||
case FWASRESTL:
|
||||
/* XXX what's this? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue