Searched refs:tmpconf (Results 1 – 1 of 1) sorted by relevance
2725 struct conf *oldconf, *newconf, *tmpconf; in main() local2808 tmpconf = conf_new_from_file(config_path, newconf, in main()2811 if (tmpconf == NULL) { in main()2816 tmpconf->conf_debug = debug; in main()2818 newconf = tmpconf; in main()