X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.c;h=b362c127a6cbfaa06cd9e1c8b9c18e7286093468;hb=5425e054fbf87fe6d024103f46e53f2a28e074f2;hp=02070f466261c68ea19451bfc6191fffc0771105;hpb=c829f91dc7ea9c403f0e70dbfd84dc1e0e5319f5;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 02070f46..b362c127 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); } /*****************************************************/