X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hsrv.c;h=64cea9d5ed615cbbfa3ce7eab5a9f1b4d63b0d98;hb=87d2ff17b84459e785c7820563bb0172849810c4;hp=2c2943994af196c69d18eb437ad9f211c78bf6eb;hpb=21974dca8364f3d267dd912e92521f6252dddf02;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c index 2c294399..64cea9d5 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -151,7 +151,7 @@ static int afb_hreq_websocket_switch(struct afb_hreq *hreq, void *data) return 0; if (!later) { - struct afb_websock *ws = afb_websock_create(hreq->connection); + struct afb_websock *ws = afb_websock_create(hreq); if (ws == NULL) { /* TODO */ } else {