summaryrefslogtreecommitdiffstats
path: root/web/server
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-08-19 11:24:02 +0000
committerGitHub <noreply@github.com>2020-08-19 11:24:02 +0000
commit78d12b1e1d2517f152e8f35233168de723eaed83 (patch)
tree1b0790ef40a53931bdc04bc70f6cab686a76daa2 /web/server
parent559376ad46c4d3a4b7058bd186d2fe75849500a4 (diff)
Add missing value to list simple pattern
Fix access using Unix sockets when Netdata is installed with kickstart-static64
Diffstat (limited to 'web/server')
-rw-r--r--web/server/static/static-threaded.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/server/static/static-threaded.c b/web/server/static/static-threaded.c
index b9c91ef147..93e36def74 100644
--- a/web/server/static/static-threaded.c
+++ b/web/server/static/static-threaded.c
@@ -248,8 +248,6 @@ static int web_server_rcv_callback(POLLINFO *pi, short int *events) {
struct web_client *w = (struct web_client *)pi->data;
int fd = pi->fd;
- //BRING IT TO HERE
-
if(unlikely(web_client_receive(w) < 0))
return -1;