diff options
Diffstat (limited to 'lib/src')
-rw-r--r-- | lib/src/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/packet.c b/lib/src/packet.c index ccef568cd..ad86afb66 100644 --- a/lib/src/packet.c +++ b/lib/src/packet.c @@ -250,7 +250,7 @@ hicn_packet_analyze (hicn_packet_buffer_t *pkbuf) } pkbuf->payload = offset; - rc = CALL (get_type, pkbuf, &pkbuf->type); + rc = CALL (get_type, pkbuf, (hicn_packet_type_t *) (&pkbuf->type)); if (rc < 0) goto ERR; |