Let's isp_scst.c compile, multichannel support will be added later.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@285 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Stanislaw Gruszka
2008-02-12 11:52:00 +00:00
parent 11d433ade4
commit 98eea4d65e
+1 -1
View File
@@ -845,7 +845,7 @@ scsi_target_enadis(bus_t *bp, int en)
memset(&ec, 0, sizeof (ec));
ec.en_hba = bp->h.r_identity;
ec.en_tgt = TGT_ANY;
ec.en_chan = 0;
if (bp->h.r_type == R_FC) {
SDprintk("%s: ANY LUN acceptable\n", __FUNCTION__);
ec.en_lun = LUN_ANY;