From 1b460ef2a33ba547a203fbec987701c5a4adaa2a Mon Sep 17 00:00:00 2001 From: pirzyk Date: Wed, 11 Jul 2001 16:31:50 +0000 Subject: Commited patch for uni signaling fix. PR: kern/28748 Submitted by: Richard Hodges MFC after: 2 weeks --- sys/netatm/uni/unisig_vc_state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netatm') diff --git a/sys/netatm/uni/unisig_vc_state.c b/sys/netatm/uni/unisig_vc_state.c index 8097564..0c67bf6 100644 --- a/sys/netatm/uni/unisig_vc_state.c +++ b/sys/netatm/uni/unisig_vc_state.c @@ -665,9 +665,9 @@ unisig_vc_act06(usp, uvp, msg) uvp->uv_vci = vci; } else { /* - * No--VPI/VCI must have been specified earlier + * No--VCI must have been specified earlier */ - if (!uvp->uv_vpi || !uvp->uv_vci) { + if (!uvp->uv_vci) { iep = (struct ie_generic *)atm_allocate( &unisig_iepool); if (!iep) -- cgit v1.1