Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 6214
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: rt-cpan [...] triv.org
Requestors: dmitry [...] karasik.eu.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.47
Fixed in: (no value)



Subject: SRV bug in rdatastr
An empty rdata is returned on a valid SRV record with priority 0. I suggest changing line #45 in RR/SRV.pm from if ($self->{"priority"}) { to if (exists $self->{"priority"}) { , as it is already in lines #58 and #71, the same file.
From: Chris Reinhardt <chris [...] dyndns.org>
Subject: Re: [cpan #6214] SRV bug in rdatastr
Date: Tue, 4 May 2004 18:53:21 -0400
To: bug-Net-DNS [...] rt.cpan.org
RT-Send-Cc:
On May 4, 2004, at 7:11 AM, Guest via RT wrote: Show quoted text
> > This message about Net-DNS was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=6214 > > > An empty rdata is returned on a valid SRV record with priority 0.
This will be fixed in the next CPAN release of Net::DNS. Thank you for your report. -- Chris Reinhardt -- chris@dyndns.org -- http://www.dyndns.org/ Type in (cast) must be scalar; ANSI 3.3.4; page 39, lines 10-11 (I know you don't care, I'm just trying to annoy you) --Apple MPW Compiler