From 87d2ff17b84459e785c7820563bb0172849810c4 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 5 Apr 2016 19:27:33 +0200 Subject: implementation of websockets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I663e750f27a6e54a771df84320bd45ee0acdcbde Signed-off-by: José Bollo --- src/afb-hsrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afb-hsrv.c') 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 { -- cgit 1.2.3-korg