make references in the routing tables callsigns and provide accessors
[spider.git] / perl / cluster.pl
index 99322ff3f2c452ab49e9d31578cfec845a572672..a645da33f7325483e66bb348192595e3b9e99fc1 100755 (executable)
@@ -368,7 +368,7 @@ DXProt->init();
 
 
 # put in a DXCluster node for us here so we can add users and take them away
-DXNode->new(0, $mycall, 0, 1, $DXProt::myprot_version); 
+DXNode->new($DXProt::me, $mycall, 0, 1, $DXProt::myprot_version); 
 
 # read in any existing message headers and clean out old crap
 dbg('err', "reading existing message headers ...");