No need for this routine to be global

Causes subtle misbehavior elsewhere

Change-Id: I3a0ade26e8e03b8c5dc8e722f6a01fb99ec7a1e0
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2018-03-28 19:08:45 -04:00
committed by Florin Coras
parent 691abf6f33
commit cc5677b496

View File

@ -709,7 +709,7 @@ tls_register_engine (const tls_engine_vft_t * vft, tls_engine_type_t type)
tls_vfts[type] = *vft;
}
clib_error_t *
static clib_error_t *
tls_init (vlib_main_t * vm)
{
vlib_thread_main_t *vtm = vlib_get_thread_main ();