X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws-json1.c;h=743f5a529604c8753c80c0444358f933d0edb104;hb=7c67e966b8292961ca748e47d18ff437214cec1c;hp=d0cca2bd7907ffcfd39993d4bbcf7862a0209a02;hpb=0d3dc9722c610857c2f83c4f3bf06299f2426a95;p=src%2Fapp-framework-binder.git diff --git a/src/afb-ws-json1.c b/src/afb-ws-json1.c index d0cca2bd..743f5a52 100644 --- a/src/afb-ws-json1.c +++ b/src/afb-ws-json1.c @@ -260,7 +260,7 @@ static void wsreq_reply(struct afb_xreq *xreq, struct json_object *object, const reply = afb_msg_json_reply(object, error, info, &xreq->context); rc = (error ? afb_wsj1_reply_error_j : afb_wsj1_reply_ok_j)( - wsreq->msgj1, reply, afb_context_sent_token(&wsreq->xreq.context)); + wsreq->msgj1, reply, NULL); if (rc) ERROR("Can't send reply: %m"); }