diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 11:53:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 12:42:16 +0000 |
commit | 4a8838c801e187a8751bd6d621e4a9d0e88fc6e9 (patch) | |
tree | 2711e50b8a9aed293c5fe797d3109bf1ed18b130 | |
parent | Merging upstream version 1.29.0. (diff) | |
download | netdata-4a8838c801e187a8751bd6d621e4a9d0e88fc6e9.tar.xz netdata-4a8838c801e187a8751bd6d621e4a9d0e88fc6e9.zip |
Refreshing allow-symlinks.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |