usr/src/uts/common/io/comstar/port/iscsit/iscsit_auth.c
changeset 9162 b011b0287065
parent 8872 16322ca7ce0d
child 12571 05943d9c379f
--- a/usr/src/uts/common/io/comstar/port/iscsit/iscsit_auth.c	Tue Mar 24 19:19:49 2009 -0400
+++ b/usr/src/uts/common/io/comstar/port/iscsit/iscsit_auth.c	Tue Mar 24 17:50:49 2009 -0600
@@ -676,7 +676,7 @@
 	}
 
 	bin = &(client->auth_send_binary_block.largeBinary[0]);
-	len = iscsiAuthChapResponseLength;
+	len = iscsitAuthChapResponseLength;
 	auth_random_set_data(bin, len);
 	client_set_binary_data(&client->sendKeyBlock,
 	    AKT_CHAP_C,
@@ -707,7 +707,7 @@
 	uint32_t		chap_id;
 	unsigned char		*chap_challenge;
 	unsigned int		challenge_len;
-	uchar_t			resp[iscsiAuthChapResponseLength];
+	uchar_t			resp[iscsitAuthChapResponseLength];
 
 	tgt_username = auth->ca_tgt_chapuser;
 	tgt_password = auth->ca_tgt_chapsecret;