mirror of
https://github.com/xcat2/xNBA.git
synced 2025-09-02 16:28:28 +00:00
[fcp] Avoid quoting exchange ID before exchange is created
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -778,8 +778,8 @@ static int fcpdev_scsi_command ( struct fcp_device *fcpdev,
|
||||
&fcpdev->ulp->peer->port_id,
|
||||
FC_TYPE_FCP ) ) < 0 ) {
|
||||
rc = xchg_id;
|
||||
DBGC ( fcpdev, "FCP %p xchg %04x could not create exchange: "
|
||||
"%s\n", fcpdev, fcpcmd->xchg_id, strerror ( rc ) );
|
||||
DBGC ( fcpdev, "FCP %p could not create exchange: %s\n",
|
||||
fcpdev, strerror ( rc ) );
|
||||
goto err_xchg_originate;
|
||||
}
|
||||
fcpcmd->xchg_id = xchg_id;
|
||||
|
Reference in New Issue
Block a user