tls: remove session lookup operation in TLS
Type: fix Change-Id: I50329bda365d98f9f9d56a58187fb4fb2a4eb461 Signed-off-by: Yu Ping <ping.yu@intel.com>
This commit is contained in:
@ -252,8 +252,6 @@ tls_notify_app_connected (tls_ctx_t * ctx, u8 is_failed)
|
||||
|
||||
ctx->app_session_handle = session_handle (app_session);
|
||||
app_session->session_state = SESSION_STATE_READY;
|
||||
session_lookup_add_connection (&ctx->connection,
|
||||
session_handle (app_session));
|
||||
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user