Fix all the DXUser API changes to use JSON
[spider.git] / perl / cluster.pl
index 6c0ff3d691490d4db977e2d03108ec6f31ca1071..7492368a9da75b1a78797be9e1381bc4ae7f16bb 100755 (executable)
@@ -380,7 +380,6 @@ sub cease
                $SIG{'INT'} = 'IGNORE';
        }
 
-       DXUser::sync;
 
        if (defined &Local::finish) {
                eval {
@@ -536,7 +535,7 @@ sub setup_start
 
        # initialise User file system
        dbg("loading user file system ...");
-       DXUser::init(1);
+       DXUser::init(4);                        # version 4 == json format
 
        # look for the sysop and the alias user and complain if they aren't there
        {