Whoops- #ifdef problem caused uninitialized transport. Not horribly

a problem, but caused annoying messages.
This commit is contained in:
Matt Jacob 2007-01-25 18:02:23 +00:00
parent 62dae1e917
commit 325bba15cc

View File

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