[SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.
[safe/jmp/linux-2.6] / drivers / scsi / libfc / fc_elsct.c
index d655924..5cfa687 100644 (file)
@@ -49,7 +49,7 @@ static struct fc_seq *fc_elsct_send(struct fc_lport *lport,
                rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
        else {
                /* CT requests */
-               rc = fc_ct_fill(lport, fp, op, &r_ctl, &fh_type);
+               rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type);
                did = FC_FID_DIR_SERV;
        }