Fix a typo that could provoke a panic or access to random memory.

PR:		kern/67012
Submitted by:	Zhenmin <zli4@cs.uiuc.edu>
This commit is contained in:
Hartmut Brandt 2004-07-19 12:54:00 +00:00
parent 9cdb2bfc90
commit 305627df81

View File

@ -1207,7 +1207,7 @@ unisig_set_attrs(usp, msg, ap)
bcopy(&ie_cgad_absent,
&msg->msg_ie_cgad->ie_u.ie_cgad,
sizeof(ie_cgad_absent));
msg->msg_ie_cgsa->ie_ident = UNI_IE_CGSA;
msg->msg_ie_cgad->ie_ident = UNI_IE_CGAD;
ATM_ADDR_COPY(&ap->calling.addr,
&msg->msg_ie_cgad->ie_cgad_addr);