summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/unisig_if.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-11 21:47:47 +0000
committerphk <phk@FreeBSD.org>1998-12-11 21:47:47 +0000
commit42c5874d2e9141522df7961184e6ec237a91e3c3 (patch)
tree913da2fcc6981c4ed3ea4c07086fc1e98ff63b5a /sys/netatm/uni/unisig_if.c
parentc55aa9c23d5c6f7f964fa71facbba34dd8c6bfc1 (diff)
downloadFreeBSD-src-42c5874d2e9141522df7961184e6ec237a91e3c3.zip
FreeBSD-src-42c5874d2e9141522df7961184e6ec237a91e3c3.tar.gz
Set and propagate the correct cause code values.
Submitted by: Mike Spengler <mks@circe.networkcs.com>
Diffstat (limited to 'sys/netatm/uni/unisig_if.c')
-rw-r--r--sys/netatm/uni/unisig_if.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netatm/uni/unisig_if.c b/sys/netatm/uni/unisig_if.c
index c85e462..0401154 100644
--- a/sys/netatm/uni/unisig_if.c
+++ b/sys/netatm/uni/unisig_if.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_if.c,v 1.3 1998/10/31 20:07:01 phk Exp $
+ * @(#) $Id: unisig_if.c,v 1.4 1998/12/04 22:54:53 archie Exp $
*
*/
@@ -47,7 +47,7 @@
#include <netatm/uni/unisig_msg.h>
#ifndef lint
-__RCSID("@(#) $Id: unisig_if.c,v 1.3 1998/10/31 20:07:01 phk Exp $");
+__RCSID("@(#) $Id: unisig_if.c,v 1.4 1998/12/04 22:54:53 archie Exp $");
#endif
@@ -863,7 +863,7 @@ unisig_ioctl(code, data, arg1)
/*
* Schedule VCC termination
*/
- unisig_set_cause_attr(&uvp->uv_connvc->cvc_attr,
+ unisig_cause_attr_from_user(&uvp->uv_connvc->cvc_attr,
T_ATM_CAUSE_UNSPECIFIED_NORMAL);
err = unisig_abort((struct vccb *)uvp);
break;
OpenPOWER on IntegriCloud