]> andersk Git - moira.git/commitdiff
Bump magic constant. Need a better algorithm for this one of these days.
authorzacheiss <zacheiss>
Tue, 8 Jun 2004 21:25:10 +0000 (21:25 +0000)
committerzacheiss <zacheiss>
Tue, 8 Jun 2004 21:25:10 +0000 (21:25 +0000)
incremental/afs/afs_utils.pl

index 043574c9b030e0d66006b6116eddb457bd8ef1d8..57a2656eeeffbcfab02e58d3ac542c5b5c558dea 100644 (file)
@@ -82,7 +82,7 @@ sub afs_find
 {
     local($cell,$type,$quota,@except) = @_;
     local($j,$k);
-    local(@max) = ("", "", -1000000000);
+    local(@max) = ("", "", -10000000000);
 
     &afs_lock;
     chop(@afs_data);
This page took 0.059564 seconds and 5 git commands to generate.