summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjerryian <gu.jian1@zte.com.cn>2019-03-06 05:32:49 +0800
committerjerryian <gu.jian1@zte.com.cn>2019-03-06 05:32:49 +0800
commit44e676a605afd128ca97d3181417862e83e011a5 (patch)
tree1d814414fb99a4047652be2d7f6bc147464d673d /lib
parentca66305af16e2f8d8f271218ea71f132e6c21916 (diff)
[HICN-88] fix bug in function ipv4_get_interest_name_suffix
Change-Id: Id876eabbb6ec98db4cef4f27a921ab11a556c3cf Signed-off-by: jerryian <gu.jian1@zte.com.cn>
Diffstat (limited to 'lib')
-rw-r--r--lib/src/protocol/ipv4.c2
1 files changed, 1 insertions, 1 deletions
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