develooper Front page | perl.qpsmtpd.dev | Postings from May 2008

[svn:qpsmtpd] r887 - trunk/plugins

From:
msergeant
Date:
May 5, 2008 10:14
Subject:
[svn:qpsmtpd] r887 - trunk/plugins
Author: msergeant
Date: Mon May  5 10:13:56 2008
New Revision: 887

Modified:
   trunk/plugins/uribl

Log:
Fix a weird thing I spotted in the last check in.


Modified: trunk/plugins/uribl
==============================================================================
--- trunk/plugins/uribl	(original)
+++ trunk/plugins/uribl	Mon May  5 10:13:56 2008
@@ -215,7 +215,6 @@
         if (defined $s1) {
             $self->{sockets}->{$z}->{$name}->{'txt'} = $s1;
             $self->{socket_select}->add($s1);
-            $self->{socket_idx}->{"$s1"} =
             $self->{socket_idx}->{"$s1"} = $index;
             $count++;
         } else {



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About