diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-02-08 12:00:25 +0100 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-02-08 12:04:36 +0100 |
commit | 1e1d08d94bb39e2de79d7182e5598fc5fa5e9fce (patch) | |
tree | 6bef6d8f845b4fb979901f5b58174a210020eeac /lib/src/compat.c | |
parent | db1afad8749fce983636456c16c9df9c24d73af4 (diff) |
[HICN-43] Fixed packet lifetime and setting AH flag when a data packet carries a signature
Change-Id: I5e14716bc9bfcd8ffc3ab8cda8aa9ba0ca5c6d82
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'lib/src/compat.c')
-rw-r--r-- | lib/src/compat.c | 2 |
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); } |