From: zacheiss Date: Tue, 8 Jun 2004 21:25:10 +0000 (+0000) Subject: Bump magic constant. Need a better algorithm for this one of these days. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/81a77011e9ff8c55786b18bf6ab05904d74c13fe Bump magic constant. Need a better algorithm for this one of these days. --- diff --git a/incremental/afs/afs_utils.pl b/incremental/afs/afs_utils.pl index 043574c9..57a2656e 100644 --- a/incremental/afs/afs_utils.pl +++ b/incremental/afs/afs_utils.pl @@ -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);