From a4c11477fee6f77440dc5353595f3c1390f765b5 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 12 Sep 2022 18:36:10 +0200 Subject: fix(interest_manifest.h): set correct type to pos variable when using it in interest_manifest_foreach_suffix Ref: HICN-780 Signed-off-by: Mauro Sardara Change-Id: I6025c3e87d4d8cb6a1e5e1f68e856214f8aa81ed --- hicn-plugin/src/interest_pcslookup_node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hicn-plugin') diff --git a/hicn-plugin/src/interest_pcslookup_node.c b/hicn-plugin/src/interest_pcslookup_node.c index 743227c18..4947b67ff 100644 --- a/hicn-plugin/src/interest_pcslookup_node.c +++ b/hicn-plugin/src/interest_pcslookup_node.c @@ -200,7 +200,7 @@ hicn_interest_manifest_pcslookup_node_inline (vlib_main_t *vm, u32 next0 = HICN_INTEREST_PCSLOOKUP_NEXT_ERROR_DROP; hicn_pcs_entry_t *pcs_entry = NULL; interest_manifest_header_t *int_manifest_header = NULL; - int pos = 0; + unsigned long pos = 0; rt = vlib_node_get_runtime_data (vm, hicn_interest_pcslookup_node.index); -- cgit 1.2.3-korg