X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dbus.c;h=161c0941fce1344e2ec20ae4d681bb22ab8a7bb7;hb=b529ded85a3e50a1aa6529e870b2e2f43e377ca2;hp=dc5273a85afcd99892938a8d6953405e1c6af37a;hpb=59db7c73c9d98414be9edf7056d7afe025512b3e;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c index dc5273a8..161c0941 100644 --- a/src/afb-api-dbus.c +++ b/src/afb-api-dbus.c @@ -616,6 +616,7 @@ int afb_api_dbus_add_client(const char *path) afb_api.closure = api; afb_api.call = api_dbus_client_call; afb_api.service_start = api_dbus_service_start; + afb_api.update_hooks = NULL; if (afb_apis_add(api->api, afb_api) < 0) goto error2;