Ver código fonte

Add missing static

tags/v0.9.3
Michael Brown 17 anos atrás
pai
commit
fd4fcb57db
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/net/tcp/iscsi.c

+ 1
- 1
src/net/tcp/iscsi.c Ver arquivo

@@ -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 },

Carregando…
Cancelar
Salvar