X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=25d5501fef9a5342c647f8a42f2c51d0eca5ac90;hb=e62a4067ee11c99ab0949f6a10fef9a24944095a;hp=1f631120800c42db0de01096540941b08d981d48;hpb=931777f77682d04a945ef31886bd5ab6569fc55d;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 1f631120..25d5501f 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -254,6 +254,7 @@ sub init $main::me->{version} = $main::version; $main::me->{build} = $main::build; $main::me->{do_pc9x} = 1; + $main::me->{hostname} = $main::clusteraddr; $main::me->update_pc92_next($pc92_short_update_period); $main::me->update_pc92_keepalive; }