Skip to content

Commit

Permalink
Fix the error: undefined reference to `mmt_alloc_and_init_zero' when …
Browse files Browse the repository at this point in the history
…compile with option TCP_REASSEMBLY_MODULE
  • Loading branch information
luongnv89 committed Jun 18, 2024
1 parent ec3d72d commit c9a1321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/dpi/reassembly/tcp_reassembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <tcpip/mmt_tcpip.h>

#include "../../../lib/memory.h"
#include "../../../lib/malloc.h"

struct tcp_reassembly_struct{
tcp_session_payload_callback_t callback;
Expand Down

0 comments on commit c9a1321

Please sign in to comment.