From: Ping Yu Date: Wed, 26 Dec 2018 10:42:38 +0000 (-0500) Subject: Fix an issue in tls.c X-Git-Tag: v19.04-rc0~56 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d8e94ba8231138e86f31c745c82a0adf54531164;hp=d8e94ba8231138e86f31c745c82a0adf54531164;p=vpp.git Fix an issue in tls.c Curernt code will overwrite parent_app_api_context, and defer the setting after this value is used in callback. Change-Id: Ie16e432fd0f4214e6deff3aa3b58b3be824b0331 Signed-off-by: Ping Yu ---