some little detail changes for permissions and crashes in large
[spider.git] / perl / DXMsg.pm
index 4a81a585616318756a0832a539815c442d3e3bea..5fc16bd0ae569c6ed234374ece65e6d73b6d5001 100644 (file)
@@ -504,7 +504,7 @@ sub queue_msg
                                }
                                if ($clref && !grep { $clref->{dxchan} == $_ } DXCommandmode::get_all) {
                                        $dxchan = $clref->{dxchan};
-                                       $ref->start_msg($dxchan) if $clref && !get_busy($dxchan->call) && $dxchan->state eq 'normal';
+                                       $ref->start_msg($dxchan) if $dxchan && $clref && !get_busy($dxchan->call) && $dxchan->state eq 'normal';
                                }
                        }
                } elsif (!$sort) {