mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Initialise rcmdlen.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
This commit is contained in:
parent
b6f80a8e3d
commit
ad979802f6
1 changed files with 1 additions and 0 deletions
|
|
@ -2466,6 +2466,7 @@ umass_cam_cb(struct umass_softc *sc, void *priv, int residue, int status)
|
|||
sc->cam_scsi_sense.length = csio->sense_len;
|
||||
|
||||
rcmd = (unsigned char *) &sc->cam_scsi_command;
|
||||
rcmdlen = sizeof(sc->cam_scsi_command);
|
||||
|
||||
if (sc->transform(sc,
|
||||
(unsigned char *) &sc->cam_scsi_sense,
|
||||
|
|
|
|||
Loading…
Reference in a new issue