Parent Directory
|
Revision Log
|
Patch
| revision 574664, Tue Sep 11 18:46:40 2007 UTC | revision 580055, Thu Sep 27 15:05:21 2007 UTC | |
|---|---|---|
| # | Line 657 sub start_lookup { | Line 657 sub start_lookup { |
| 657 | id => $id, | id => $id, |
| 658 | completed_callback => sub { | completed_callback => sub { |
| 659 | my $ent = shift; | my $ent = shift; |
| 660 | if (defined $ent->{response_packet}) { # not aborted or empty | |
| 661 | $self->completed_lookup_callback ($scanner, $ent); | $self->completed_lookup_callback ($scanner, $ent); |
| 662 | } | } |
| 663 | } | |
| 664 | }; | }; |
| 665 | $scanner->{async}->start_lookup($ent); | $scanner->{async}->start_lookup($ent); |
| 666 | return $ent; | return $ent; |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |