mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
PR: 192500 Submitted by: Dave Stoddard <dgs@accelix.net> Approved by: christophe@labouisse.org (maintainer timeout)
11 lines
367 B
Text
11 lines
367 B
Text
--- 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;
|