summaryrefslogtreecommitdiff
path: root/src/muniad.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-18 10:46:56 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-18 10:46:56 +0100
commitbe548e6f934128d8ad12190b9b7849f9f91fc517 (patch)
tree9b1f7800eacc129ef2a472515ced9548fd4a5de3 /src/muniad.cc
parent5bca507f4f7bf4ccb2188c98fc8a320f428cacb2 (diff)
Update libwebsocket to v.1.0
Diffstat (limited to 'src/muniad.cc')
-rw-r--r--src/muniad.cc3
1 files changed, 2 insertions, 1 deletions
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;