search for: 375941

Displaying 1 result from an estimated 1 matches for "375941".

Did you mean: 373941
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) {