diff options
Diffstat (limited to 'infra/session_manager/session_manager.c')
| -rw-r--r-- | infra/session_manager/session_manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/session_manager/session_manager.c b/infra/session_manager/session_manager.c index da6935b..e48efee 100644 --- a/infra/session_manager/session_manager.c +++ b/infra/session_manager/session_manager.c @@ -62,11 +62,11 @@ static void notify_sess_closed_by_pseudo_pkt(struct session_manager *sess_mgr, i if (session_get_first_packet(sess, FLOW_TYPE_C2S)) { - pseudo = packet_manager_dup_packet(pkt_mgr, session_get_first_packet(sess, FLOW_TYPE_C2S)); + pseudo = packet_manager_dup_packet(pkt_mgr, thread_id, session_get_first_packet(sess, FLOW_TYPE_C2S)); } else { - pseudo = packet_manager_dup_packet(pkt_mgr, session_get_first_packet(sess, FLOW_TYPE_S2C)); + pseudo = packet_manager_dup_packet(pkt_mgr, thread_id, session_get_first_packet(sess, FLOW_TYPE_S2C)); } assert(pseudo); |
