summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/regress_ws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress_ws.c b/test/regress_ws.c
index 06c3f5f0..29850be8 100644
--- a/test/regress_ws.c
+++ b/test/regress_ws.c
@@ -115,7 +115,7 @@ http_on_ws_cb(struct evhttp_request *req, void *arg)
struct evws_connection *evws;
const char *hello = "Server: hello";
- evws = evws_new_session(req, on_ws_msg_cb, (void *)0xDEADBEEF);
+ evws = evws_new_session(req, on_ws_msg_cb, (void *)0xDEADBEEF, 0);
if (!evws)
return;
test_ok++;