summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorMichael Brown2006-12-21 18:42:02 +0100
committerMichael Brown2006-12-21 18:42:02 +0100
commit024809d4547abac9d065ef1839328eae725ae76b (patch)
treed1c8b04ddd56699e5122722ffcca6fba0b1a64e3 /src/tests
parentAdd ability to shut down iSCSI connection (diff)
downloadipxe-024809d4547abac9d065ef1839328eae725ae76b.tar.gz
ipxe-024809d4547abac9d065ef1839328eae725ae76b.tar.xz
ipxe-024809d4547abac9d065ef1839328eae725ae76b.zip
Use a bigger buffer for the initiator IQN
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dhcptest.c2
1 files changed, 1 insertions, 1 deletions
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];