Displaying 1 result from an estimated 1 matches for "settings_root".
2010 Apr 14
1
version 1.2.11 creating symlink loop for config file
What is the following at the end of "main_init" in dovecot 1.2.11
(src/master/main.c) intended to accomplish?
base_config_path = t_strconcat(settings_root->defaults->base_dir,
"/"PACKAGE".conf", NULL);
(void)unlink(base_config_path);
if (symlink(configfile, base_config_path) < 0) {
i_error("symlink(%s, %s) failed: %m",...