david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Use a bigger buffer for the initiator IQN

This commit is contained in:
Michael Brown 2006-12-21 17:42:02 +00:00
parent ab242a760d
commit 024809d454
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static int iscsi_split_root_path ( char *root_path,
static int test_dhcp_iscsi_boot ( struct net_device *netdev ) {
char root_path[256];
char *rp_components[NUM_RP_COMPONENTS];
char initiator_iqn_buf[32];
char initiator_iqn_buf[64];
char *initiator_iqn = initiator_iqn_buf;
char username[32];
char password[32];