From: Michael Brown Date: Thu, 21 Dec 2006 17:42:02 +0000 (+0000) Subject: Use a bigger buffer for the initiator IQN X-Git-Tag: v0.9.3~833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024809d4547abac9d065ef1839328eae725ae76b;p=thirdparty%2Fipxe.git Use a bigger buffer for the initiator IQN --- diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c index 25038e579..19949ab0e 100644 --- a/src/tests/dhcptest.c +++ b/src/tests/dhcptest.c @@ -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];