2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

Add missing static

This commit is contained in:
Michael Brown 2007-07-09 01:04:54 +01:00
parent fabd0f5fec
commit fd4fcb57db

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