From 024809d4547abac9d065ef1839328eae725ae76b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 21 Dec 2006 17:42:02 +0000 Subject: [PATCH] Use a bigger buffer for the initiator IQN --- src/tests/dhcptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c index 25038e57..19949ab0 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];