http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fabd0f5
)
Add missing static
author
Michael Brown
<mcb30@etherboot.org>
Mon, 9 Jul 2007 00:04:54 +0000
(
01:04
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 9 Jul 2007 00:04:54 +0000
(
01:04
+0100)
src/net/tcp/iscsi.c
patch
|
blob
|
history
diff --git
a/src/net/tcp/iscsi.c
b/src/net/tcp/iscsi.c
index
8d7ed5a
..
4ce3751
100644
(file)
--- a/
src/net/tcp/iscsi.c
+++ b/
src/net/tcp/iscsi.c
@@
-713,7
+713,7
@@
struct iscsi_string_type {
};
/** iSCSI text strings that we want to handle */
-struct iscsi_string_type iscsi_string_types[] = {
+st
atic st
ruct iscsi_string_type iscsi_string_types[] = {
{ "TargetAddress=", iscsi_handle_targetaddress_value },
{ "AuthMethod=", iscsi_handle_authmethod_value },
{ "CHAP_A=", iscsi_handle_chap_a_value },