diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 1999-08-06 14:05:10 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 1999-08-06 14:05:10 +0000 |
| commit | 0df6adec74627c0b4c08bef04859a8ea19f222ca (patch) | |
| tree | bc925696900bdd2b986e04e1985b9bad68a841dc /sys/i4b/layer3 | |
| parent | aab3beeede3032eef69a9bf581707f4ea77affe3 (diff) | |
Notes
Diffstat (limited to 'sys/i4b/layer3')
| -rw-r--r-- | sys/i4b/layer3/i4b_l2if.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c index 26338399294f0..36ca34c04f0cd 100644 --- a/sys/i4b/layer3/i4b_l2if.c +++ b/sys/i4b/layer3/i4b_l2if.c @@ -27,9 +27,9 @@ * i4b_l2if.c - Layer 3 interface to Layer 2 * ------------------------------------------- * - * $Id: i4b_l2if.c,v 1.15 1999/02/14 09:45:01 hm Exp $ + * $Id: i4b_l2if.c,v 1.16 1999/05/25 10:05:40 hm Exp $ * - * last edit-date: [Sun Feb 14 10:33:13 1999] + * last edit-date: [Tue May 25 11:55:15 1999] * *---------------------------------------------------------------------------*/ @@ -570,7 +570,7 @@ i4b_l3_tx_status(call_desc_t *cd, u_char q850cause) *ptr++ = IEI_CAUSE; /* cause ie */ *ptr++ = CAUSE_LEN; *ptr++ = CAUSE_STD_LOC_OUT; - *ptr++ = q850cause; + *ptr++ = q850cause | EXT_LAST; *ptr++ = IEI_CALLSTATE; /* call state ie */ *ptr++ = CALLSTATE_LEN; |
