some small bug fixes
[spider.git] / perl / DXMsg.pm
index ec798b54661b4dc3cd23056813db7eb9ad2ccb90..fefcc2fae9971be47872a657a168717b3e74e56d 100644 (file)
@@ -175,7 +175,7 @@ sub process
 
                        if (exists $busy{$fromnode}) {
                                my $ref = $busy{$fromnode};
-                               my $tonode = $ref->{tonode};
+                               my $tonode = $ref->{tonode} || "unknown";
                                dbg("Busy, stopping msgno: $ref->{msgno} $fromnode->$tonode") if isdbg('msg');
                                $ref->stop_msg($self->call);
                        }