mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Whoops- #ifdef problem caused uninitialized transport. Not horribly
a problem, but caused annoying messages.
This commit is contained in:
parent
62dae1e917
commit
325bba15cc
1 changed files with 1 additions and 1 deletions
|
|
@ -3226,7 +3226,7 @@ mpt_action(struct cam_sim *sim, union ccb *ccb)
|
|||
/*
|
||||
* The base speed is the speed of the underlying connection.
|
||||
*/
|
||||
#ifdef CAM_NEW_TRAN
|
||||
#ifdef CAM_NEW_TRAN_CODE
|
||||
cpi->protocol = PROTO_SCSI;
|
||||
if (mpt->is_fc) {
|
||||
cpi->hba_misc = PIM_NOBUSRESET;
|
||||
|
|
|
|||
Loading…
Reference in a new issue