X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafb-stub-ws.c;h=f008c41871fc854b35a31bd059f1c4e61c116e6b;hp=0e777f5ae0c9899d8952b479c469a669c8e88080;hb=034b0ab71f42b927c4e6ba88e552643258e95069;hpb=919445036879bb7681cd19582a899ea43609c8a3 diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 0e777f5a..f008c418 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(NULL /* proto */, 0, callback, arg); + return jobs_queue(proto, 0, callback, arg); } /*****************************************************/