bin/pvl.dns-zone
changeset 249 8dfe61659b18
parent 247 08a63738f2d1
child 250 65f0272ce458
equal deleted inserted replaced
248:cce9cf4933ca 249:8dfe61659b18
   315     elif options.check_hosts :
   315     elif options.check_hosts :
   316         # we only did that, done
   316         # we only did that, done
   317         return 0
   317         return 0
   318 
   318 
   319     else :
   319     else :
       
   320         # pass-through
   320         log.warn("Nothing to do")
   321         log.warn("Nothing to do")
   321         return 1
       
   322 
   322 
   323     write_zone_records(output, zone)
   323     write_zone_records(output, zone)
   324 
   324 
   325     return 0
   325     return 0
   326 
   326