new_zone->updatetimer = NULL;
result = isc_timer_create(catzs->timermgr, isc_timertype_inactive,
- NULL, NULL, catzs->updater,
- dns_catz_update_taskaction,
- new_zone, &new_zone->updatetimer);
+ NULL, NULL, catzs->updater,
+ dns_catz_update_taskaction,
+ new_zone, &new_zone->updatetimer);
if (result != ISC_R_SUCCESS)
goto cleanup_ht;
if (entry->opts.masters.keys[i] != NULL) {
isc_buffer_putstr(buffer, " key ");
result = dns_name_totext(entry->opts.masters.keys[i],
- ISC_TRUE, buffer);
+ ISC_TRUE, buffer);
if (result != ISC_R_SUCCESS)
goto cleanup;
}
dns_db_attach(db, &zone->db);
dns_db_currentversion(db, &zone->dbversion);
result = isc_timer_reset(zone->updatetimer,
- isc_timertype_once,
- NULL, &interval, ISC_TRUE);
+ isc_timertype_once,
+ NULL, &interval, ISC_TRUE);
if (result != ISC_R_SUCCESS)
goto cleanup;
} else {