fix 1.53 to work with old version method
[spider.git] / perl / cluster.pl
index 0ad54f310b4bb7346e22e7194d920947c272fbd0..e8e7cb0568b0f51fef1d93ff7a2aa50b55278452 100755 (executable)
@@ -130,15 +130,6 @@ $bumpexisting = 1;                         # 1 = allow new connection to disconnect old, 0 - don't al
 $allowdxby = 0;                                        # 1 = allow "dx by <othercall>", 0 - don't allow it
 
 
-use vars qw($VERSION $BRANCH $build $branch);
-$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ );
-$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/  || (0,0));
-$main::build += $VERSION;
-$main::branch += $BRANCH;
-#$main::build += 2;                            # fudge (put back for now)
-
-
-      
 # send a message to call on conn and disconnect
 sub already_conn
 {
@@ -510,9 +501,8 @@ for (;;) {
        
        # do timed stuff, ongoing processing happens one a second
        if ($timenow != $systime) {
-               reap if $zombies;
-               $systime = $timenow;
-               IsoTime::update($systime);
+               reap() if $zombies;
+               IsoTime::update($systime = $timenow);
                DXCron::process();      # do cron jobs
                DXCommandmode::process(); # process ongoing command mode stuff
                DXXml::process();