X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Ftlspicotls%2Ftls_picotls.c;h=067b6a3a65e9ef3c4b6ccea06023722c8aaf9f2d;hb=31b9a59cbfdd86d15194449ac195d258191532bb;hp=0992763029184433e5c41fb25dbc966159a45245;hpb=f24de1795c45174c4de2d9867dbff324064b1eb3;p=vpp.git 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; }