aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-10-19 18:39:07 +0800
committerAndy Green <andy.green@linaro.org>2012-10-19 18:39:07 +0800
commitca00baf3fd20658543bfefbb275fef082215f269 (patch)
tree0cb8932ca843afbffbed3377ea7ade594f17cab2
parent1432265fd93818602fd98cd16e7297886bac390b (diff)
follow libwebsocket context api change
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--aepd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aepd/main.c b/aepd/main.c
index 0ace5a8..aacc79f 100644
--- a/aepd/main.c
+++ b/aepd/main.c
@@ -200,7 +200,7 @@ int main(int argc, char *argv[])
context = libwebsocket_create_context(port, interface_ptr, protocols,
NULL,
- 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;