From 2e1756de877df622680b05be421cb27a884db167 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Fri, 24 May 2019 16:33:56 +0200 Subject: [HICN-197] Supporting multiple local faces for the same prefix. Fixed buffer deallocation when data are pushed from the application. Change-Id: Ibc9625e420d0c8579be3d7f1310a08a5e37f765a Signed-off-by: Alberto Compagno --- hicn-plugin/src/interest_hitcs_node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hicn-plugin/src/interest_hitcs_node.c') diff --git a/hicn-plugin/src/interest_hitcs_node.c b/hicn-plugin/src/interest_hitcs_node.c index aad7ed74e..af9db2863 100644 --- a/hicn-plugin/src/interest_hitcs_node.c +++ b/hicn-plugin/src/interest_hitcs_node.c @@ -180,7 +180,7 @@ hicn_interest_hitcs_node_fn (vlib_main_t * vm, vlib_node_runtime_t * node, { if (PREDICT_TRUE (!(hash_entry0->he_flags & HICN_HASH_ENTRY_FLAG_DELETED))) - hicn_pcs_cs_update (vm, rt->pitcs, pitp, node0); + hicn_pcs_cs_update (vm, rt->pitcs, pitp, pitp, node0); /* * Retrieve the incoming iface and forward -- cgit 1.2.3-korg