X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=0de499f62a4784b9cdbbb7271977374b04ba3a50;hb=8ac487c0c3297023df07493b11fe166d4c857081;hp=1c1ba3c8581cac29b4b82d3ccb7e299a960231dd;hpb=15424b325766c68bc04207c71dbaf86f06ca5ffa;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 1c1ba3c8..0de499f6 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -254,7 +254,7 @@ Bands::load(); # initialise User file system print "loading user file system ...\n"; -DXUser->init($userfn); +DXUser->init($userfn, 1); # start listening for incoming messages/connects print "starting listener ...\n";