X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fnode.pl;h=d45cad36155a8e85ef49131ecb2e336cbd48bdf9;hb=dc016a0633cdb15d29b9a71fdec2c230fbad201b;hp=76372cb5a318c6467a8c4f34bbe3d622407e69c0;hpb=81a5b9bf8d3101bbc1a8190a9de72de0117d302a;p=spider.git diff --git a/cmd/show/node.pl b/cmd/show/node.pl index 76372cb5..d45cad36 100644 --- a/cmd/show/node.pl +++ b/cmd/show/node.pl @@ -26,7 +26,7 @@ my $count; # search thru the user for nodes unless (@call) { - my ($action, $key, $data); + my ($action, $key, $data) = (0,0,0); for ($action = DXUser::R_FIRST, $count = 0; !$DXUser::dbm->seq($key, $data, $action); $action = DXUser::R_NEXT) { if ($data =~ m{sort => '[ACRSX]'}) { push @call, $key;