diff options
Diffstat (limited to 'test-server/test-server-extpoll.c')
-rw-r--r-- | test-server/test-server-extpoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-server/test-server-extpoll.c b/test-server/test-server-extpoll.c index 8131412..f2f68b4 100644 --- a/test-server/test-server-extpoll.c +++ b/test-server/test-server-extpoll.c @@ -484,7 +484,7 @@ int main(int argc, char **argv) context = libwebsocket_create_context(port, interface_ptr, protocols, libwebsocket_internal_extensions, - cert_path, key_path, -1, -1, opts); + cert_path, key_path, -1, -1, opts, NULL); if (context == NULL) { fprintf(stderr, "libwebsocket init failed\n"); return -1; |