vcl: fix listener session close problem

Type: fix

Signed-off-by: wanghanlin <wanghanlin@corp.netease.com>
Change-Id: I34ac04f05b84b271679aafc253f1606f11e29835
This commit is contained in:
wanghanlin
2020-12-10 19:12:22 +08:00
committed by Florin Coras
parent 492350ee64
commit 785b6ea80c

View File

@@ -1175,7 +1175,7 @@ vppcom_session_unbind (u32 session_handle)
vcl_session_table_del_vpp_handle (wrk, accepted_msg->handle);
vcl_send_session_accepted_reply (session->vpp_evt_q,
accepted_msg->context,
session->vpp_handle, -1);
accepted_msg->handle, -1);
}
clib_fifo_free (session->accept_evts_fifo);