aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/punt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ip/punt.c')
-rw-r--r--src/vnet/ip/punt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/punt.c b/src/vnet/ip/punt.c
index 0869954c283..651542fa2c8 100644
--- a/src/vnet/ip/punt.c
+++ b/src/vnet/ip/punt.c
@@ -370,7 +370,7 @@ udp46_punt_socket_inline (vlib_main_t * vm,
}
error:
- vlib_buffer_free_no_next (vm, buffers, n_packets);
+ vlib_buffer_free (vm, buffers, n_packets);
return n_packets;
}