Author: radu
Date: Wed Apr 30 23:17:16 2008
New Revision: 879
Modified:
trunk/plugins/async/dnsbl
Log:
This async plugin doesn't need the disconnect hook.
Modified: trunk/plugins/async/dnsbl
==============================================================================
--- trunk/plugins/async/dnsbl (original)
+++ trunk/plugins/async/dnsbl Wed Apr 30 23:17:16 2008
@@ -105,14 +105,6 @@
return DECLINED;
}
-sub hook_disconnect {
- my ($self, $transaction) = @_;
-
- $self->qp->connection->notes('dnsbl_sockets', undef);
-
- return DECLINED;
-}
-
1;
=head1 NAME