Searched refs:tmpconf (Results 1 – 1 of 1) sorted by relevance
2661 struct conf *oldconf, *newconf, *tmpconf; in main() local2736 tmpconf = conf_new_from_file(config_path, newconf, in main()2739 if (tmpconf == NULL) { in main()2744 tmpconf->conf_debug = debug; in main()2746 newconf = tmpconf; in main()