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:

committed by
Florin Coras

parent
691abf6f33
commit
cc5677b496
@ -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 ();
|
||||
|
Reference in New Issue
Block a user