From 44e676a605afd128ca97d3181417862e83e011a5 Mon Sep 17 00:00:00 2001 From: jerryian Date: Wed, 6 Mar 2019 05:32:49 +0800 Subject: [HICN-88] fix bug in function ipv4_get_interest_name_suffix Change-Id: Id876eabbb6ec98db4cef4f27a921ab11a556c3cf Signed-off-by: jerryian --- lib/src/protocol/ipv4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/src/protocol/ipv4.c b/lib/src/protocol/ipv4.c index 97aafaeaf..3c82b3223 100644 --- a/lib/src/protocol/ipv4.c +++ b/lib/src/protocol/ipv4.c @@ -98,7 +98,7 @@ int ipv4_get_interest_name_suffix (hicn_type_t type, const hicn_protocol_t * h, hicn_name_suffix_t * suffix) { - return CHILD_OPS (set_interest_name_suffix, type, h, suffix); + return CHILD_OPS (get_interest_name_suffix, type, h, suffix); } int -- cgit 1.2.3-korg