View | Details | Raw Unified | Return to bug 196819
Collapse All | Expand All

(-)mpt_cam.c (+4 lines)
Lines 272-277 Link Here
272
		return (0);
272
		return (0);
273
	}
273
	}
274
274
275
	ccb = cam_getccb(dev);
276
	if (ccb == NULL)
277
		return (ENOMEM);
278
275
	/* Zero the rest of the ccb. */
279
	/* Zero the rest of the ccb. */
276
	bzero(&(&ccb->ccb_h)[1], sizeof(struct ccb_scsiio) -
280
	bzero(&(&ccb->ccb_h)[1], sizeof(struct ccb_scsiio) -
277
	    sizeof(struct ccb_hdr));
281
	    sizeof(struct ccb_hdr));

Return to bug 196819