mirror of https://github.com/ipxe/ipxe.git
Use a bigger buffer for the initiator IQN
parent
ab242a760d
commit
024809d454
|
@ -45,7 +45,7 @@ static int iscsi_split_root_path ( char *root_path,
|
||||||
static int test_dhcp_iscsi_boot ( struct net_device *netdev ) {
|
static int test_dhcp_iscsi_boot ( struct net_device *netdev ) {
|
||||||
char root_path[256];
|
char root_path[256];
|
||||||
char *rp_components[NUM_RP_COMPONENTS];
|
char *rp_components[NUM_RP_COMPONENTS];
|
||||||
char initiator_iqn_buf[32];
|
char initiator_iqn_buf[64];
|
||||||
char *initiator_iqn = initiator_iqn_buf;
|
char *initiator_iqn = initiator_iqn_buf;
|
||||||
char username[32];
|
char username[32];
|
||||||
char password[32];
|
char password[32];
|
||||||
|
|
Loading…
Reference in New Issue