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