X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-api-ws.c;h=6995b2fa6fcd71a185abae0eec92c711a45bdb54;hb=b529ded85a3e50a1aa6529e870b2e2f43e377ca2;hp=5c3dcd4764a5a9ee23b4e45d3b6a5537f2f15c71;hpb=59db7c73c9d98414be9edf7056d7afe025512b3e;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-ws.c b/src/afb-api-ws.c index 5c3dcd47..6995b2fa 100644 --- a/src/afb-api-ws.c +++ b/src/afb-api-ws.c @@ -879,6 +879,7 @@ int afb_api_ws_add_client(const char *path) afb_api.closure = api; afb_api.call = api_ws_client_call_cb; afb_api.service_start = api_ws_service_start_cb; + afb_api.update_hooks = NULL; if (afb_apis_add(api->api, afb_api) < 0) goto error3;