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 {

Reply via email to