diff options
author | Florin Coras <fcoras@cisco.com> | 2020-02-26 02:59:50 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-02-26 12:02:42 +0000 |
commit | 31b9a59cbfdd86d15194449ac195d258191532bb (patch) | |
tree | 4152b311fad1e15c715dfca5e5137ad9850d363f | |
parent | f24de1795c45174c4de2d9867dbff324064b1eb3 (diff) |
tls: fix picotls dbg
Type: fix
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I5ca8aee973776e73f1376b6be538785398ba9b3d
-rw-r--r-- | src/plugins/tlspicotls/tls_picotls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tlspicotls/tls_picotls.c b/src/plugins/tlspicotls/tls_picotls.c index 09927630291..067b6a3a65e 100644 --- a/src/plugins/tlspicotls/tls_picotls.c +++ b/src/plugins/tlspicotls/tls_picotls.c @@ -131,7 +131,7 @@ picotls_start_listen (tls_ctx_t * lctx) if (!ckpair || !ckpair->cert || !ckpair->key) { TLS_DBG (1, "tls cert and/or key not configured %d", - ctx->parent_app_wrk_index); + lctx->parent_app_wrk_index); return -1; } |