]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add missing static
authorMichael Brown <mcb30@etherboot.org>
Mon, 9 Jul 2007 00:04:54 +0000 (01:04 +0100)
committerMichael Brown <mcb30@etherboot.org>
Mon, 9 Jul 2007 00:04:54 +0000 (01:04 +0100)
src/net/tcp/iscsi.c

index 8d7ed5a88fd1f0d62e5a39a14c005ad0264bdc4d..4ce3751307e08f73c8d21e0f4ee6b2c3e3e170f4 100644 (file)
@@ -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 },