Make noconcurrency more efficient
[src/app-framework-binder.git] / src / afb-api-dbus.c
index 0e51c63..3884b60 100644 (file)
@@ -610,6 +610,7 @@ int afb_api_dbus_add_client(const char *path, struct afb_apiset *apiset)
        /* record it as an API */
        afb_api.closure = api;
        afb_api.itf = &dbus_api_itf;
+       afb_api.noconcurrency = 0;
        if (afb_apiset_add(apiset, api->api, afb_api) < 0)
                goto error2;