Remove unused argument to vlib_feature_next
[vpp.git] / src / vnet / l2tp / decap.c
index 4610412..304862b 100644 (file)
@@ -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);
        }
     }