mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
tls-sessions: Assign loaded TLS session to its intended pointer
This commit is contained in:
parent
d9e044b91f
commit
dccb61dae7
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ lws_tls_session_dump_load(struct lws_vhost *vh, const char *host, uint16_t port,
|
|||
goto bail;
|
||||
}
|
||||
|
||||
ts->session = sess;
|
||||
lwsl_tlssess("%s: session loaded OK\n", __func__);
|
||||
|
||||
lws_vhost_unlock(vh); /* } vh -------------- */
|
||||
|
|
Loading…
Add table
Reference in a new issue