[Dxspider-support] version 1.41

Dirk Koopman djk at tobit.co.uk
Tue Jun 13 23:50:43 BST 2000


 Tue, 13 Jun 2000, you wrote:
> I just loaded 1.41 at K9CW - it works, but a sh/node (with or without
> argument) initiates a crash. Here's the debug info...
> 
> 960935057^<- I K9AN sh/node 
> 960935070^Non-existant field 'DXUser::is_ak1a' at (eval 127) line 38
> 960935080^DXSpider DX Cluster Version 1.41
> 960935080^Copyright (c) 1998-2000 Dirk Koopman G1TLH   
> 

Attached is the patch for the problem.

-- 
Dirk-Jan Koopman, Tobit Computer Co Ltd 
At the source of every error which is blamed on the computer you will find
at least two human errors, including the error of blaming it on the computer.


-------------- next part --------------
--- tmp/spider/perl/DXUser.pm	Tue Jun 13 20:50:11 2000
+++ spider/perl/DXUser.pm	Tue Jun 13 23:49:14 2000
@@ -425,6 +425,11 @@
 	return $self->{sort} eq 'R';
 }
 
+sub is_ak1a
+{
+	my $self = shift;
+	return $self->{sort} eq 'A';
+}
 1;
 __END__
 


More information about the Dxspider-support mailing list