增加sender_scm的初始化调用
This commit is contained in:
@@ -435,6 +435,10 @@ int main(int argc, char * argv[])
|
||||
tfe_proxy_work_thread_create_ctx(g_default_proxy);
|
||||
tfe_proxy_acceptor_init(g_default_proxy, main_profile);
|
||||
|
||||
/* SCM Sender */
|
||||
g_default_proxy->scm_sender = sender_scm_init(main_profile, "sender_scm", g_default_logger);
|
||||
CHECK_OR_EXIT(g_default_proxy->scm_sender != NULL, "Failed at creating scm sender, Exit.");
|
||||
|
||||
/* PLUGIN INIT */
|
||||
unsigned int plugin_iterator = 0;
|
||||
for (struct tfe_plugin * plugin_iter = tfe_plugin_iterate(&plugin_iterator);
|
||||
|
||||
Reference in New Issue
Block a user