X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafb-stub-ws.c;fp=src%2Fafb-stub-ws.c;h=eab897b0ad1a7d0e61251b394a9e62c4a5289726;hp=5e57dba869ed658f586351d65a209583835192a5;hb=3922f07ae1eda1de5d84832c25197296d1c10311;hpb=a9355d79b01131a71d7fbfe78c8140bcf90d9359 diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 5e57dba8..eab897b0 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -649,7 +649,7 @@ static void on_hangup(void *closure) static int enqueue_processing(struct afb_proto_ws *proto, void (*callback)(int signum, void* arg), void *arg) { - return jobs_queue(proto, 0, callback, arg); + return jobs_queue(NULL /* proto */, 0, callback, arg); } /*****************************************************/