Subject: | udp_connection is broken |
Nameserver.pm:udp_connection(line 333) is a bit broken, in that when make_reply is called, the peer address is never passed.. pretty useless...
i corrected by changing:
my ($peerhost,$peerport);
to
my ($peerhost,$peerport) = ($sock->peerhost. $sock->peerport);
thnx
-phar