tls: fix picotls dbg 34/25434/3
authorFlorin Coras <fcoras@cisco.com>
Wed, 26 Feb 2020 02:59:50 +0000 (02:59 +0000)
committerDamjan Marion <dmarion@me.com>
Wed, 26 Feb 2020 12:02:42 +0000 (12:02 +0000)
Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I5ca8aee973776e73f1376b6be538785398ba9b3d

src/plugins/tlspicotls/tls_picotls.c

index 0992763..067b6a3 100644 (file)
@@ -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;
     }