From 31b9a59cbfdd86d15194449ac195d258191532bb Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 26 Feb 2020 02:59:50 +0000 Subject: [PATCH] tls: fix picotls dbg Type: fix Signed-off-by: Florin Coras Change-Id: I5ca8aee973776e73f1376b6be538785398ba9b3d --- src/plugins/tlspicotls/tls_picotls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.16.6