X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain-afb-daemon.c;h=49eaf61cecbdb68969805053bff2e7e4b407b283;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=8b1a2b237eab25c57df2be7f006fed2d983ae007;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c index 8b1a2b23..49eaf61c 100644 --- a/src/main-afb-daemon.c +++ b/src/main-afb-daemon.c @@ -601,8 +601,7 @@ static void start(int signum, void *arg) apiset_start_list(main_config->ws_clients, afb_api_ws_add_client_weak, "the afb-websocket client"); apiset_start_list(main_config->ldpaths, afb_api_so_add_pathset_fails, "the binding path set"); apiset_start_list(main_config->weak_ldpaths, afb_api_so_add_pathset_nofails, "the weak binding path set"); - apiset_start_list(main_config->auto_ws, afb_autoset_add_ws, "the automatic afb-websocket path set"); - apiset_start_list(main_config->auto_link, afb_autoset_add_so, "the automatic link binding path set"); + apiset_start_list(main_config->auto_api, afb_autoset_add_any, "the automatic api path set"); #if defined(WITH_DBUS_TRANSPARENCY) apiset_start_list(main_config->dbus_servers, afb_api_dbus_add_server, "the afb-dbus service");