summaryrefslogtreecommitdiffstats
path: root/lib/src/compat.c
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-02-08 14:04:40 +0000
committerGerrit Code Review <gerrit@fd.io>2019-02-08 14:04:40 +0000
commit13ec18b4b3ec8455daad674a0c0e616885b83608 (patch)
treefe3e231ae8b53575140da898da3bb620901c7d44 /lib/src/compat.c
parentd6c91e037e394bd61dfa8a3f904199a6aeb1bd45 (diff)
parent1e1d08d94bb39e2de79d7182e5598fc5fa5e9fce (diff)
Merge "[HICN-43] Fixed packet lifetime and setting AH flag when a data packet carries a signature"
Diffstat (limited to 'lib/src/compat.c')
-rw-r--r--lib/src/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/compat.c b/lib/src/compat.c
index 56504fe5e..fba826ab0 100644
--- a/lib/src/compat.c
+++ b/lib/src/compat.c
@@ -1137,7 +1137,7 @@ int
hicn_data_reset_for_hash (hicn_format_t format, hicn_header_t * packet)
{
hicn_type_t type = hicn_format_to_type (format);
- return hicn_ops_vft[type.l1]->reset_interest_for_hash (type,
+ return hicn_ops_vft[type.l1]->reset_data_for_hash (type,
&packet->protocol);
}