initial vars and absolute R_ things in sh/node sh/lockout and sh/isolate
[spider.git] / cmd / show / node.pl
index 76372cb5a318c6467a8c4f34bbe3d622407e69c0..d45cad36155a8e85ef49131ecb2e336cbd48bdf9 100644 (file)
@@ -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;