diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2019-03-06 08:33:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-03-06 08:33:40 +0000 |
commit | a435416b8a68f0e9a48eaa6a7b1c8b0c909a537a (patch) | |
tree | f1a5d6c6616c6573d0033cd00e75522cd7b4c119 /lib/src | |
parent | 9d0002e5cb97d939f2f74ab1e635b616d634e7db (diff) | |
parent | 44e676a605afd128ca97d3181417862e83e011a5 (diff) |
Merge "[HICN-88] fix bug in function ipv4_get_interest_name_suffix"
Diffstat (limited to 'lib/src')
-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 |