Searched refs:tmpconf (Results 1 – 1 of 1) sorted by relevance
2688 struct conf *oldconf, *newconf, *tmpconf; in main() local2763 tmpconf = conf_new_from_file(config_path, newconf, in main()2766 if (tmpconf == NULL) { in main()2771 tmpconf->conf_debug = debug; in main()2773 newconf = tmpconf; in main()