mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 09:04:37 +03:00
ibft_fill_data() prototype change.
This commit is contained in:
@@ -35,7 +35,7 @@ int test_iscsiboot ( const char *initiator_iqn,
|
||||
strerror ( rc ) );
|
||||
return rc;
|
||||
}
|
||||
ibft_fill_data ( netdev, initiator_iqn, target, target_iqn );
|
||||
ibft_fill_data ( netdev, &test_iscsidev.iscsi );
|
||||
memset ( &drive, 0, sizeof ( drive ) );
|
||||
drive.drive = drivenum;
|
||||
drive.blockdev = &test_iscsidev.scsi.blockdev;
|
||||
|
||||
Reference in New Issue
Block a user