http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab242a7
)
Use a bigger buffer for the initiator IQN
author
Michael Brown
<mcb30@etherboot.org>
Thu, 21 Dec 2006 17:42:02 +0000
(17:42 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 21 Dec 2006 17:42:02 +0000
(17:42 +0000)
src/tests/dhcptest.c
patch
|
blob
|
history
diff --git
a/src/tests/dhcptest.c
b/src/tests/dhcptest.c
index
25038e5
..
19949ab
100644
(file)
--- 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];