Home
last modified time | relevance | path

Searched refs:tmpconf (Results 1 – 1 of 1) sorted by relevance

/src/usr.sbin/ctld/
H A Dctld.cc2752 conf_up tmpconf = conf_new_from_file(config_path, in main() local
2755 if (tmpconf == NULL) { in main()
2758 } else if (!tmpconf->add_pports(kports)) { in main()
2763 tmpconf->set_debug(debug); in main()
2765 newconf = std::move(tmpconf); in main()