mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 15:51:44 +00:00
Use a bigger buffer for the initiator IQN
This commit is contained in:
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 ) {
|
||||
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];
|
||||
|
Loading…
Reference in New Issue
Block a user