Changeset 68
- Timestamp:
- 08/27/08 20:34:59 (2 years ago)
- Files:
-
- 1 modified
-
trunk/dns-replication/master.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns-replication/master.pl
r42 r68 111 111 print "Debug: Found zone $zone" if($debugEnable); 112 112 # check if we know about the zone 113 $found= 1;113 $found=0; 114 114 foreach $knzone (@state_knownZones) 115 115 {
