X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fapplication.c;h=396470ae6f9d7dc51a19d0604195208707712bd9;hb=7fbdb6aa5602a74f946ffa333aea8e8e74b9639d;hp=82c890f56cef886f2b3cf6b2c86ad49db9976c52;hpb=02833ff3294f4abbd8e3d52b38446e0f8f533ffc;p=vpp.git diff --git a/src/vnet/session/application.c b/src/vnet/session/application.c index 82c890f56ce..396470ae6f9 100644 --- a/src/vnet/session/application.c +++ b/src/vnet/session/application.c @@ -1593,7 +1593,7 @@ vnet_app_add_cert_key_pair (vnet_app_add_cert_key_pair_args_t * a) } int -vent_app_add_cert_key_interest (u32 index, u32 app_index) +vnet_app_add_cert_key_interest (u32 index, u32 app_index) { app_cert_key_pair_t *ckpair; if (!(ckpair = app_cert_key_pair_get_if_valid (index))) @@ -1634,10 +1634,7 @@ cert_key_pair_store_init (vlib_main_t * vm) } /* *INDENT-OFF* */ -VLIB_INIT_FUNCTION (cert_key_pair_store_init) = -{ - .runs_after = VLIB_INITS("unix_physmem_init"), -}; +VLIB_INIT_FUNCTION (cert_key_pair_store_init); VLIB_CLI_COMMAND (show_app_command, static) = {