X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshow%2Fnode.pl;h=b41cd93f0bcd0575128556c775c64cd261b048d0;hp=1c6ee49ed5e997d536630a1d57365ad639d8f7f9;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/show/node.pl b/cmd/show/node.pl index 1c6ee49e..b41cd93f 100644 --- a/cmd/show/node.pl +++ b/cmd/show/node.pl @@ -39,7 +39,7 @@ if (@call == 0) { my $call; foreach $call (sort @call) { my $clref = Route::Node::get($call); - my $uref = DXUser->get_current($call); + my $uref = DXUser::get_current($call); my ($sort, $ver, $build); my $pcall = sprintf "%-11s", $call;