From 4a8838c801e187a8751bd6d621e4a9d0e88fc6e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 12:53:18 +0100 Subject: Refreshing allow-symlinks.patch. Signed-off-by: Daniel Baumann --- debian/patches/upstream/0001-allow-symlinks.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/upstream/0001-allow-symlinks.patch b/debian/patches/upstream/0001-allow-symlinks.patch index bfc589b29..7df915f73 100644 --- a/debian/patches/upstream/0001-allow-symlinks.patch +++ b/debian/patches/upstream/0001-allow-symlinks.patch @@ -4,7 +4,7 @@ Description: Remove file serve restrictions for symlinks. diff -Naurp netdata.orig/web/server/web_client.c netdata/web/server/web_client.c --- netdata.orig/web/server/web_client.c +++ netdata/web/server/web_client.c -@@ -376,7 +376,7 @@ int mysendfile(struct web_client *w, cha +@@ -381,7 +381,7 @@ int mysendfile(struct web_client *w, cha int done = 0; while(!done) { // check if the file exists -- cgit v1.2.3