Forgot pseudo hash entry

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@578 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2005-11-22 23:04:06 +00:00
parent 5994a79d9f
commit f5efe92bea

View File

@ -6,7 +6,7 @@ package Danga::DNS;
# hosts you want to query, plus the callback. All the hard work is done
# in Danga::DNS::Resolver.
use fields qw(client hosts num_hosts callback results start);
use fields qw(client hosts num_hosts callback finished results start);
use strict;
use Danga::DNS::Resolver;