summaryrefslogtreecommitdiffstats
path: root/src/net/tcp/iscsi.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-09 02:04:54 +0200
committerMichael Brown2007-07-09 02:04:54 +0200
commitfd4fcb57dbba67f3f192ef84fd6f5872f7ab2cd1 (patch)
tree47b20b42d28b186716f73eb87a1727928a904095 /src/net/tcp/iscsi.c
parentFix TX state machine and miscellaneous other bits. (diff)
downloadipxe-fd4fcb57dbba67f3f192ef84fd6f5872f7ab2cd1.tar.gz
ipxe-fd4fcb57dbba67f3f192ef84fd6f5872f7ab2cd1.tar.xz
ipxe-fd4fcb57dbba67f3f192ef84fd6f5872f7ab2cd1.zip
Add missing static
Diffstat (limited to 'src/net/tcp/iscsi.c')
-rw-r--r--src/net/tcp/iscsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tcp/iscsi.c b/src/net/tcp/iscsi.c
index 8d7ed5a8..4ce37513 100644
--- 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[] = {
+static struct iscsi_string_type iscsi_string_types[] = {
{ "TargetAddress=", iscsi_handle_targetaddress_value },
{ "AuthMethod=", iscsi_handle_authmethod_value },
{ "CHAP_A=", iscsi_handle_chap_a_value },