summaryrefslogtreecommitdiff
path: root/www/jdresolve/files/patch-jdresolve
diff options
context:
space:
mode:
Diffstat (limited to 'www/jdresolve/files/patch-jdresolve')
-rw-r--r--www/jdresolve/files/patch-jdresolve11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/jdresolve/files/patch-jdresolve b/www/jdresolve/files/patch-jdresolve
deleted file mode 100644
index 1f9fb96d3763..000000000000
--- a/www/jdresolve/files/patch-jdresolve
+++ /dev/null
@@ -1,11 +0,0 @@
---- jdresolve.orig 2014-09-04 21:09:39 UTC
-+++ jdresolve
-@@ -857,7 +857,7 @@
- # For each DNS answer, check the data received
- if ($type eq 'H') {
- if (defined $_->{ptrdname}) {
-- $hosts{$query}{NAME} = $_->{ptrdname};
-+ $hosts{$query}{NAME} = join(".",@{$_->{ptrdname}->{label}});
- $hosts{$query}{RESOLVED} = 'N';
-
- $resolved = 1;