summaryrefslogtreecommitdiffstats
path: root/src/vnet/l2tp/decap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/l2tp/decap.c')
-rw-r--r--src/vnet/l2tp/decap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2tp/decap.c b/src/vnet/l2tp/decap.c
index 4610412954d..304862b5ee6 100644
--- a/src/vnet/l2tp/decap.c
+++ b/src/vnet/l2tp/decap.c
@@ -219,7 +219,7 @@ done:
{
/* Go to next node on the ip6 configuration chain */
if (PREDICT_TRUE (session != 0))
- vnet_feature_next (session->sw_if_index, &next_index, b);
+ vnet_feature_next (&next_index, b);
}
}