aboutsummaryrefslogtreecommitdiff
path: root/aepd/websocket-protocol.c
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2014-12-14 13:20:32 +0800
committerAndy Green <andy.green@linaro.org>2014-12-14 13:20:32 +0800
commit0c39096830fa455642ad1970c8a28dcfac64a47f (patch)
tree71020d133759be7eef4792bf8ca1f398b7571284 /aepd/websocket-protocol.c
parent010fbd61be6058b925e585e4db3a34e34fced5ec (diff)
fix config parsing
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'aepd/websocket-protocol.c')
-rw-r--r--aepd/websocket-protocol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/aepd/websocket-protocol.c b/aepd/websocket-protocol.c
index 666827d..073c211 100644
--- a/aepd/websocket-protocol.c
+++ b/aepd/websocket-protocol.c
@@ -64,7 +64,8 @@ static int callback_http(struct libwebsocket_context *context,
if (libwebsockets_serve_http_file(context, wsi, buf,
whitelist[n].mimetype, NULL, 0))
- fprintf(stderr, "Failed to send HTTP file\n");
+ //fprintf(stderr, "Failed to send HTTP file\n");
+ break;
break;
default: