From be548e6f934128d8ad12190b9b7849f9f91fc517 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 18 Jan 2013 10:46:56 +0100 Subject: Update libwebsocket to v.1.0 --- src/muniad.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/muniad.cc') diff --git a/src/muniad.cc b/src/muniad.cc index 3ea7d6c..ebf0870 100644 --- a/src/muniad.cc +++ b/src/muniad.cc @@ -123,7 +123,8 @@ int main(int argc, char **argv) context = libwebsocket_create_context(port, interface, 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; -- cgit v1.2.3