- Timestamp:
- 04/05/05 13:36:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/consistency-check.pl
r192 r212 13 13 use NetAddr::IP; 14 14 15 print "Content-type: text/plain\n\n"; 16 15 17 ($dbh,$errstr) = connectDB_My; 16 18 # May as well. We need a number of globals. … … 139 141 print " Gap from $cur to end of master at $master\n"; 140 142 } 143 $master++; 141 144 print " done $master.\n"; 142 145 } … … 205 208 print " Gap from $cur to end of container at $container\n"; 206 209 } 210 $container++; 207 211 print " done $container.\n"; 208 212
Note:
See TracChangeset
for help on using the changeset viewer.