Przeglądaj źródła

Add missing static

tags/v0.9.3
Michael Brown 17 lat temu
rodzic
commit
fd4fcb57db
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/net/tcp/iscsi.c

+ 1
- 1
src/net/tcp/iscsi.c Wyświetl plik

@@ -713,7 +713,7 @@ struct iscsi_string_type {
713 713
 };
714 714
 
715 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 717
 	{ "TargetAddress=", iscsi_handle_targetaddress_value },
718 718
 	{ "AuthMethod=", iscsi_handle_authmethod_value },
719 719
 	{ "CHAP_A=", iscsi_handle_chap_a_value },

Ładowanie…
Anuluj
Zapisz