Browse Source

Add missing static

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
fd4fcb57db
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/net/tcp/iscsi.c

+ 1
- 1
src/net/tcp/iscsi.c View File

713
 };
713
 };
714
 
714
 
715
 /** iSCSI text strings that we want to handle */
715
 /** iSCSI text strings that we want to handle */
716
-struct iscsi_string_type iscsi_string_types[] = {
716
+static struct iscsi_string_type iscsi_string_types[] = {
717
 	{ "TargetAddress=", iscsi_handle_targetaddress_value },
717
 	{ "TargetAddress=", iscsi_handle_targetaddress_value },
718
 	{ "AuthMethod=", iscsi_handle_authmethod_value },
718
 	{ "AuthMethod=", iscsi_handle_authmethod_value },
719
 	{ "CHAP_A=", iscsi_handle_chap_a_value },
719
 	{ "CHAP_A=", iscsi_handle_chap_a_value },

Loading…
Cancel
Save