diff options
-rw-r--r-- | lib/src/protocol/ipv4.c | 2 |
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 |