summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/004-upstream-percent_decode_in_place.patch
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-19 10:11:34 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-19 10:11:34 +0000
commita850f477fbdf2d411ab615b1baf76a3bd050dcef (patch)
tree305bc2d9a9c95522bd835c97169e878c530b532a /package/busybox/patches/004-upstream-percent_decode_in_place.patch
parentaaec4f96718a46c42b091dfd72311134893d6f60 (diff)
busybox: add an upstream ntpd fix (#12841)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/004-upstream-percent_decode_in_place.patch')
-rw-r--r--package/busybox/patches/004-upstream-percent_decode_in_place.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/004-upstream-percent_decode_in_place.patch b/package/busybox/patches/004-upstream-percent_decode_in_place.patch
index d94ee4790..bef4a9079 100644
--- a/package/busybox/patches/004-upstream-percent_decode_in_place.patch
+++ b/package/busybox/patches/004-upstream-percent_decode_in_place.patch
@@ -222,7 +222,7 @@ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
h->host = sp + 1;
}
-@@ -661,12 +666,6 @@ static void download_one_url(const char
+@@ -661,12 +666,6 @@ static void download_one_url(const char
#if ENABLE_FEATURE_WGET_AUTHENTICATION
if (target.user) {