Commited patch for uni signaling fix.

PR:		kern/28748
Submitted by:	Richard Hodges <rh@matriplex.com>
MFC after:	2 weeks
This commit is contained in:
pirzyk 2001-07-11 16:31:50 +00:00
parent f26e6eb869
commit 390db3325a

View File

@ -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)