diff options
Diffstat (limited to 'test-server/test-client.c')
-rw-r--r-- | test-server/test-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-server/test-client.c b/test-server/test-client.c index ffd6365..6db609c 100644 --- a/test-server/test-client.c +++ b/test-server/test-client.c @@ -258,7 +258,7 @@ int main(int argc, char **argv) context = libwebsocket_create_context(CONTEXT_PORT_NO_LISTEN, NULL, protocols, libwebsocket_internal_extensions, - NULL, NULL, -1, -1, 0); + NULL, NULL, -1, -1, 0, NULL); if (context == NULL) { fprintf(stderr, "Creating libwebsocket context failed\n"); return 1; |