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

/freebsd-11.0-release/usr.sbin/ctld/
H A Dctld.c2596 struct conf *oldconf, *newconf, *tmpconf; local
2671 tmpconf = conf_new_from_file(config_path, newconf,
2674 if (tmpconf == NULL) {
2679 tmpconf->conf_debug = debug;
2681 newconf = tmpconf;

Completed in 53 milliseconds