Project

General

Profile

« Previous | Next » 

Revision 2c3b9ac5

Added by Jim Pingle almost 8 years ago

Fix typo

View differences:

src/etc/inc/unbound.inc
536 536
	}
537 537
}
538 538

  
539
function unbound_generate_zone_data($domain, $hosts, &$added_ptr, $zone_type = "transparent", $write_domiain_zone_declaration = false, $always_add_short_names = false) {
539
function unbound_generate_zone_data($domain, $hosts, &$added_ptr, $zone_type = "transparent", $write_domain_zone_declaration = false, $always_add_short_names = false) {
540 540
	global $config;
541
	if ($write_domiain_zone_declaration) {
541
	if ($write_domain_zone_declaration) {
542 542
		$zone_data = "local-zone: \"{$domain}.\" {$zone_type}\n";
543 543
	} else {
544 544
		$zone_data = "";

Also available in: Unified diff