Changeset 68

Show
Ignore:
Timestamp:
08/27/08 20:34:59 (2 years ago)
Author:
johan
Message:

Bugfix, $found should be initially set to 0...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dns-replication/master.pl

    r42 r68  
    111111        print "Debug: Found zone $zone" if($debugEnable); 
    112112        # check if we know about the zone 
    113         $found=1; 
     113        $found=0; 
    114114        foreach $knzone (@state_knownZones) 
    115115        {