implementation of websockets
[src/app-framework-binder.git] / src / afb-hsrv.c
index 2c29439..64cea9d 100644 (file)
@@ -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 {