diff options
-rw-r--r-- | debian/patches/upstream/0001-allow-symlinks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |