--- mirror-master.debian	Fri Aug 20 21:43:01 1999
+++ mirror-master	Mon Aug 23 16:37:21 1999
@@ -386,7 +389,7 @@
 	eval( "flock( status, $kind )" );
 	if( $@ =~ /unimplemented/ ){
 		$can_flock = 0;
-		warn "flock not unavialable, running unlocked\n";
+		warn "flock not unavailable, running unlocked\n";
 	}
 }	
 
@@ -416,9 +419,9 @@
 				if( $last_tried ){
 					$lt = $last_tried;
 				}
-				if( $status ){
-					$st = $status;
-				}
+				# We update the status even if its value is
+				# zero - Marc <marcsoft@merlins.org> 99/08/23
+				$st = $status;
 				if( $lock ){
 					$lk = $lock;
 				}
