]> andersk Git - moira.git/commitdiff
increase last element of @max array to deal with larger partitions.
authorzacheiss <zacheiss>
Tue, 1 Aug 2000 20:31:23 +0000 (20:31 +0000)
committerzacheiss <zacheiss>
Tue, 1 Aug 2000 20:31:23 +0000 (20:31 +0000)
incremental/afs/afs_utils.pl

index d08f43a30737cf055920149bf165e65b981cb045..40e478b0bc1242d96678da79da28506fcfa3cf0b 100644 (file)
@@ -82,7 +82,7 @@ sub afs_find
 {
     local($cell,$type,$quota,@except) = @_;
     local($j,$k);
-    local(@max) = ("", "", -10000000);
+    local(@max) = ("", "", -100000000);
 
     &afs_lock;
     chop(@afs_data);
This page took 0.049401 seconds and 5 git commands to generate.