aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJim Pirzyk <pirzyk@FreeBSD.org>2001-07-11 16:31:50 +0000
committerJim Pirzyk <pirzyk@FreeBSD.org>2001-07-11 16:31:50 +0000
commit03b84cf051d39d2efce7aedaeea7746fa6e69c29 (patch)
treef4c7f96b9cb3292a48dbef85fe673f7584f9cf47 /sys
parent1ce90245fbb9b37b566716dd2d74d190552c5ae0 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netatm/uni/unisig_vc_state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/uni/unisig_vc_state.c b/sys/netatm/uni/unisig_vc_state.c
index 809756455610..0c67bf64e648 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)