summaryrefslogtreecommitdiff
path: root/sys/netatm
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2004-07-19 12:54:00 +0000
committerHartmut Brandt <harti@FreeBSD.org>2004-07-19 12:54:00 +0000
commit305627df8101f42ce354cdbcc3913b61c60ff69d (patch)
treed77d406e229ef0e5b03edd3c19c2c68d8eb33d76 /sys/netatm
parent9cdb2bfc90369fb013fb0f2c10e375cf93a6940d (diff)
Notes
Diffstat (limited to 'sys/netatm')
-rw-r--r--sys/netatm/uni/unisig_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_subr.c b/sys/netatm/uni/unisig_subr.c
index f2b4c3c08edb..faa7b0b383cc 100644
--- a/sys/netatm/uni/unisig_subr.c
+++ b/sys/netatm/uni/unisig_subr.c
@@ -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);