From: Florin Coras Date: Wed, 26 Feb 2020 02:59:50 +0000 (+0000) Subject: tls: fix picotls dbg X-Git-Tag: v20.09-rc0~494 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=31b9a59cbfdd86d15194449ac195d258191532bb tls: fix picotls dbg Type: fix Signed-off-by: Florin Coras Change-Id: I5ca8aee973776e73f1376b6be538785398ba9b3d --- 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; }