X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.c;h=bdc2c1444f50c79d6be39de43e4b209ed3bba801;hb=f2e72e1858d0be1a9cf3c0c4263f0bd81570d0e8;hp=83f07cac8abbecde2d0446df832aaa4191420723;hpb=91b744a510bbf41526f0931df2320379bec87c38;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 83f07cac..bdc2c144 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -680,7 +680,7 @@ struct afb_api afb_stub_ws_client_api(struct afb_stub_ws *stubws) assert(!stubws->listener); /* check client */ api.closure = stubws; api.itf = &ws_api_itf; - api.noconcurrency = 0; + api.group = NULL; return api; }