feature: packet IO support IP reassembly
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#include <limits.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "packet_dump.h"
|
||||
#include "utils_internal.h"
|
||||
#include "session_internal.h"
|
||||
|
||||
#include "stellar/log.h"
|
||||
@@ -287,7 +287,6 @@ struct stellar_module *session_debugger_on_init(struct stellar_module_manager *m
|
||||
{
|
||||
assert(mod_mgr);
|
||||
|
||||
|
||||
struct session_manager *sess_mgr = stellar_module_get_session_manager(mod_mgr);
|
||||
assert(sess_mgr);
|
||||
struct logger *logger = stellar_module_manager_get_logger(mod_mgr);
|
||||
|
||||
Reference in New Issue
Block a user