]> andersk Git - moira.git/blobdiff - incremental/afs/afs_utils.pl
Bump magic constant. Need a better algorithm for this one of these days.
[moira.git] / 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.029589 seconds and 4 git commands to generate.